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

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

[elpa] externals/yasnippet 297546f085: yasnippet.el: Bug fix release 0.1


From: ELPA Syncer
Subject: [elpa] externals/yasnippet 297546f085: yasnippet.el: Bug fix release 0.14.1
Date: Tue, 23 Jan 2024 21:59:11 -0500 (EST)

branch: externals/yasnippet
commit 297546f0853a6a51f5b05e954d0c6aea8caa5ec2
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    yasnippet.el: Bug fix release 0.14.1
---
 NEWS         | 6 +++++-
 yasnippet.el | 5 +++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 35d514f022..0ded3fd2e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
 Yasnippet NEWS -- history of user-visible changes.
 
-Copyright (C) 2017-2019 Free Software Foundation, Inc.
+Copyright (C) 2017-2024 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
+Changes since 0.14.0:
+
+- Bug fixes and code cleanups.
+
 * 0.14.0 (Dec 22, 2019)
 
 ** Changes
diff --git a/yasnippet.el b/yasnippet.el
index 6d8aa5d64e..d130cb9b11 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -5,7 +5,7 @@
 ;;          João Távora <joaotavora@gmail.com>,
 ;;          Noam Postavsky <npostavs@gmail.com>
 ;; Maintainer: Noam Postavsky <npostavs@gmail.com>
-;; Version: 0.14.0
+;; Version: 0.14.1
 ;; X-URL: http://github.com/joaotavora/yasnippet
 ;; Keywords: convenience, emulation
 ;; URL: http://github.com/joaotavora/yasnippet
@@ -1632,7 +1632,8 @@ Here's a list of currently recognized directives:
                  (setq expand-env (yas--read-lisp val 'nil-on-error)))
                 ("binding" (setq binding val))
                 ("contributor" nil) ;Documented in `snippet-development.org'.
-                (dir (message "Ignoring unknown directive: %s" dir))))))
+                (dir (message "Ignoring unknown directive %S in file: %s"
+                              dir file))))))
       (setq template
             (buffer-substring-no-properties (point-min) (point-max))))
     (unless (or key binding)



reply via email to

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