emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/yasnippet 76e1eee654 5/5: Merge commit '0650f1989b6da75


From: ELPA Syncer
Subject: [elpa] externals/yasnippet 76e1eee654 5/5: Merge commit '0650f1989b6da752f60a15aa6b5222e340388cc2' from elpa.git
Date: Tue, 12 Sep 2023 12:59:00 -0400 (EDT)

branch: externals/yasnippet
commit 76e1eee654ea9479ba1441f9c17567694e6a2096
Merge: 3393975e1c 0650f1989b
Author: João Távora <capitaomorte@archlinux2022.linuxvmimages.local>
Commit: João Távora <capitaomorte@archlinux2022.linuxvmimages.local>

    Merge commit '0650f1989b6da752f60a15aa6b5222e340388cc2' from elpa.git
---
 yasnippet-tests.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/yasnippet-tests.el b/yasnippet-tests.el
index 9fadf00c51..7fc54ee329 100644
--- a/yasnippet-tests.el
+++ b/yasnippet-tests.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]