From 297546f0853a6a51f5b05e954d0c6aea8caa5ec2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 23 Jan 2024 21:58:24 -0500 Subject: [PATCH] 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 35d514f..0ded3fd 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 6d8aa5d..d130cb9 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -5,7 +5,7 @@ ;; João Távora , ;; Noam Postavsky ;; Maintainer: Noam Postavsky -;; 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)