diff options
| author | Simeon Simeonov | 2020-12-17 14:54:37 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-12-17 14:54:37 +0100 |
| commit | e096aeac80c3f75b9d5986726640380f65dbd5b0 (patch) | |
| tree | 5882094354b8da16aeee8b55cf62c94d44cdcbde /.emacs.d/lisp | |
| parent | d2470794a8ca8c3e7568dce0cd72534ff560ff33 (diff) | |
Update yasnippet
Diffstat (limited to '.emacs.d/lisp')
| -rw-r--r-- | .emacs.d/lisp/yasnippet.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/yasnippet.el b/.emacs.d/lisp/yasnippet.el index fe29fc9..78ef38a 100644 --- a/.emacs.d/lisp/yasnippet.el +++ b/.emacs.d/lisp/yasnippet.el | |||
| @@ -1505,7 +1505,7 @@ Also tries to work around Emacs Bug#30931." | |||
| 1505 | (let ((result (eval form))) | 1505 | (let ((result (eval form))) |
| 1506 | (when result | 1506 | (when result |
| 1507 | (format "%s" result)))))) | 1507 | (format "%s" result)))))) |
| 1508 | ((debug error) (cdr oops))))) | 1508 | ((debug error) (error-message-string oops))))) |
| 1509 | 1509 | ||
| 1510 | (defun yas--eval-for-effect (form) | 1510 | (defun yas--eval-for-effect (form) |
| 1511 | (yas--safely-call-fun (apply-partially #'eval form))) | 1511 | (yas--safely-call-fun (apply-partially #'eval form))) |
