]> code.delx.au - gnu-emacs-elpa/commitdiff
* packages/yasnippet: Don't backport new vars
authorNoam Postavsky <npostavs@users.sourceforge.net>
Thu, 23 Jun 2016 02:53:36 +0000 (22:53 -0400)
committerNoam Postavsky <npostavs@users.sourceforge.net>
Thu, 23 Jun 2016 03:20:47 +0000 (23:20 -0400)
* 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

index ed52907d24a0d822b93c4990a95137e88d2cf535..c89398016b099967b4ec7b0c669c256c7de705ec 100644 (file)
@@ -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
                              ;;