1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 23:10:28 -08:00
emacs/lisp/vc
Stefan Monnier a63d905175 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.
2020-11-04 00:24:45 -05:00
..
add-log.el
compare-w.el
cvs-status.el
diff-mode.el Add a new command to regenerate a hunk in diff-mode 2020-10-30 14:04:06 +01:00
diff.el Check that the buffer in diff-buffer-with-file is visiting a file 2020-09-15 14:56:10 +02:00
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el
ediff-mult.el
ediff-ptch.el Revert "Use format-prompt in read-file-name calls that have a default" 2020-09-13 14:58:24 +02:00
ediff-util.el Remove pointless use of intern 2020-09-17 11:13:54 +02:00
ediff-vers.el
ediff-wind.el
ediff.el
emerge.el
log-edit.el
log-view.el
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el ; Fix many typos in symbols in docs and comments 2020-10-02 13:29:45 +02:00
smerge-mode.el Fix misuses of make-local-variable on hooks 2020-11-04 00:24:45 -05:00
vc-annotate.el
vc-bzr.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
vc-cvs.el
vc-dav.el
vc-dir.el Save and restore point in ewoc-invalidate 2020-09-18 11:53:32 -04:00
vc-dispatcher.el Fix misuses of make-local-variable on hooks 2020-11-04 00:24:45 -05:00
vc-filewise.el
vc-git.el vc-git-root: Remove unnecessary caching 2020-10-26 23:01:08 +02:00
vc-hg.el
vc-hooks.el
vc-mtn.el
vc-rcs.el
vc-sccs.el
vc-src.el
vc-svn.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
vc.el Make vc-responsible-backend choose the most specific backend 2020-10-26 21:24:47 +01:00