mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
* spurious (and) in last commit
This commit is contained in:
parent
ca1d083dc7
commit
f8060ec2a5
@ -1570,7 +1570,7 @@ TEMPLATES is a list of `yas/template'."
|
|||||||
(keyboard-quit))))
|
(keyboard-quit))))
|
||||||
|
|
||||||
(defun yas/ido-prompt (prompt choices &optional display-fn)
|
(defun yas/ido-prompt (prompt choices &optional display-fn)
|
||||||
(when (and (featurep 'ido))
|
(when (featurep 'ido)
|
||||||
(yas/completing-prompt prompt choices display-fn #'ido-completing-read)))
|
(yas/completing-prompt prompt choices display-fn #'ido-completing-read)))
|
||||||
|
|
||||||
(eval-when-compile (require 'dropdown-list nil t))
|
(eval-when-compile (require 'dropdown-list nil t))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user