]> code.delx.au - gnu-emacs-elpa/commitdiff
typo error in `yas/comleting-prompt'
authorTao Peng <pt@taopeng.me>
Wed, 2 May 2012 13:20:59 +0000 (15:20 +0200)
committerTao Peng <pt@taopeng.me>
Wed, 2 May 2012 13:20:59 +0000 (15:20 +0200)
yasnippet.el

index 23348a8e782a9cd7961fa6204f022392614f7300..26db5625d36689ba5934468ccd936ba2fff4e72d 100644 (file)
@@ -1576,7 +1576,7 @@ TEMPLATES is a list of `yas/template'."
         filtered-choices
         chosen
         d
-        (completion-fn (or completion-fnn
+        (completion-fn (or completion-fn
                            #'completing-read)))
     (dolist (choice choices)
       (setq d (or (and display-fn (funcall display-fn choice))