update packages
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
;; Noam Postavsky <npostavs@gmail.com>
|
||||
;; Maintainer: Noam Postavsky <npostavs@gmail.com>
|
||||
;; Version: 0.14.0
|
||||
;; Package-Version: 20200524.2215
|
||||
;; Package-Commit: d3d6d70b1cd4818d271752468e0fdb0788db750d
|
||||
;; Package-Version: 20200604.246
|
||||
;; Package-Commit: 5cbdbf0d2015540c59ed8ee0fcf4788effdf75b6
|
||||
;; X-URL: http://github.com/joaotavora/yasnippet
|
||||
;; Keywords: convenience, emulation
|
||||
;; URL: http://github.com/joaotavora/yasnippet
|
||||
@@ -1507,7 +1507,7 @@ Also tries to work around Emacs Bug#30931."
|
||||
(let ((result (eval form)))
|
||||
(when result
|
||||
(format "%s" result))))))
|
||||
((debug error) (cdr oops)))))
|
||||
((debug error) (error-message-string oops)))))
|
||||
|
||||
(defun yas--eval-for-effect (form)
|
||||
(yas--safely-call-fun (apply-partially #'eval form)))
|
||||
|
||||
Reference in New Issue
Block a user