branch: master
commit 3ad3bf290c5527930de97589a89e2891ac023895
Author: Noam Postavsky <[email protected]>
Commit: Noam Postavsky <[email protected]>
* packages/yasnippet: Don't backport new vars
* packages/yasnippet/yasnippet.el (yas--backported-syms): Don't backport
yas-dont-activate-functions, since the only use of yas--backported-syms
is to accomodate .emacs files that reference the old yas/foo style
names. A newer variable such as yas-dont-activate-functions was never
accessible as yas/dont-activate-functions, so there's no need to add it
now.
---
packages/yasnippet/yasnippet.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/yasnippet/yasnippet.el b/packages/yasnippet/yasnippet.el
index ed52907..c893980 100644
--- a/packages/yasnippet/yasnippet.el
+++ b/packages/yasnippet/yasnippet.el
@@ -4522,7 +4522,7 @@ and return the directory. Return nil if not found."
yas-after-exit-snippet-hook
yas-before-expand-snippet-hook
yas-buffer-local-condition
- yas-dont-activate-functions
+ yas-dont-activate
;; prompting functions
;;