mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Merge commit '0650f1989b6da752f60a15aa6b5222e340388cc2' from elpa.git
This commit is contained in:
commit
76e1eee654
@ -1392,6 +1392,9 @@ hello ${1:$(when (stringp yas-text) (funcall func yas-text))} foo${1:$$(concat \
|
||||
;; prog-mode doesn't exist in emacs 23.4
|
||||
,@(if (fboundp 'prog-mode)
|
||||
'(prog-mode))
|
||||
;; lisp-data-mode doesn't exist in emacs 27.1
|
||||
,@(if (fboundp 'lisp-data-mode)
|
||||
'(lisp-data-mode))
|
||||
emacs-lisp-mode
|
||||
lisp-interaction-mode
|
||||
;; `lisp-data-mode' doesn't exist prior to Emacs 28.
|
||||
@ -1421,6 +1424,9 @@ hello ${1:$(when (stringp yas-text) (funcall func yas-text))} foo${1:$$(concat \
|
||||
;; prog-mode doesn't exist in emacs 23.4
|
||||
,@(if (fboundp 'prog-mode)
|
||||
'(prog-mode))
|
||||
;; lisp-data-mode doesn't exist in emacs 27.1
|
||||
,@(if (fboundp 'lisp-data-mode)
|
||||
'(lisp-data-mode))
|
||||
emacs-lisp-mode
|
||||
and-also-this-one
|
||||
lisp-interaction-mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user