This commit is contained in:
João Távora 2012-11-27 00:25:51 +00:00
parent cfefaca284
commit 4f99f9dc20

View File

@ -1311,7 +1311,7 @@ them all in `yas--menu-table'"
Optional KIND is as documented at `called-interactively-p'
in GNU Emacs 24.1 or higher."
(if (eq 0 (cdr (subr-arity (symbol-function 'called-interactively-p))))
(if (string< "24.1" emacs-version)
'(called-interactively-p)
`(called-interactively-p ,kind)))