]> git.eshelyaron.com Git - emacs.git/commit
Fix misuses of `make-local-variable` on hooks
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 4 Nov 2020 05:24:45 +0000 (00:24 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 4 Nov 2020 05:24:45 +0000 (00:24 -0500)
commita63d90517549b1940ffbe3438a614afc7ea1aa6d
tree37e59445c29f6e71a465b7e13c17ca0e462a0a61
parent9bcdebd9b7432dbdc826579c9a9ec725bbd70d53
Fix misuses of `make-local-variable` on hooks

* lisp/vc/smerge-mode.el (smerge-ediff):
* lisp/progmodes/python.el (python-pdbtrack-setup-tracking):
* lisp/net/tramp-smb.el (tramp-smb-call-winexe):
* lisp/net/secrets.el (secrets-mode):
* lisp/mail/rmail.el (rmail-variables):
* lisp/ielm.el (inferior-emacs-lisp-mode):
* lisp/erc/erc-log.el (erc-log-setup-logging): Use `add-hook`.

* lisp/eshell/em-unix.el (eshell/diff):
* lisp/eshell/em-hist.el (eshell-hist-initialize): Don't
`make-local-variable` on hooks.
12 files changed:
lisp/dframe.el
lisp/erc/erc-log.el
lisp/eshell/em-hist.el
lisp/eshell/em-unix.el
lisp/gnus/nnimap.el
lisp/ielm.el
lisp/mail/rmail.el
lisp/net/secrets.el
lisp/net/tramp-smb.el
lisp/progmodes/python.el
lisp/vc/smerge-mode.el
lisp/vc/vc-dispatcher.el