mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
Fix: YAS--CALLED-INTERACTIVELY-P should reverse its condition check
This commit is contained in:
parent
a74481f491
commit
1db685c480
@ -1320,7 +1320,7 @@ them all in `yas--menu-table'"
|
||||
|
||||
Optional KIND is as documented at `called-interactively-p'
|
||||
in GNU Emacs 24.1 or higher."
|
||||
(if (string< "24.1" emacs-version)
|
||||
(if (string< emacs-version "24.1")
|
||||
'(called-interactively-p)
|
||||
`(called-interactively-p ,kind)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user