]> git.eshelyaron.com Git - emacs.git/commit
Prefer defvar-local where possible
authorStefan Kangas <stefankangas@gmail.com>
Tue, 1 Oct 2024 18:22:34 +0000 (20:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Oct 2024 06:40:19 +0000 (08:40 +0200)
commit558276b04039b95b5b5998bb94e7c8c5bac7fa2d
tree1112ff095c67b54003952afbd5e39750594cfd75
parent81987775c609150b3e48f3f4dfc914806fcea390
Prefer defvar-local where possible

* lisp/editorconfig.el (editorconfig-properties-hash):
* lisp/emacs-lisp/comp-run.el (comp-last-scanned-async-output):
* lisp/info-look.el (info-lookup-mode):
* lisp/mh-e/mh-folder.el (mh-generate-sequence-font-lock):
* lisp/net/tramp.el (tramp-temp-buffer-file-name):
* lisp/obsolete/iswitchb.el (iswitchb-eoinput):
* lisp/obsolete/longlines.el (longlines-wrap-beg, longlines-wrap-end)
(longlines-wrap-point, longlines-showing, longlines-decoded):
* lisp/obsolete/tpu-edt.el (tpu-newline-and-indent-p)
(tpu-newline-and-indent-string, tpu-saved-delete-func)
(tpu-buffer-local-map, tpu-mark-flag):
* lisp/progmodes/python.el (python-check-custom-command):
* lisp/textmodes/reftex.el (reftex-docstruct-symbol)
(reftex-isearch-minor-mode): Prefer defvar-local where possible, and
the package does not support Emacs 24.3 or earlier.

(cherry picked from commit e792856b001f260572b4012241748c41e045c638)
lisp/editorconfig.el
lisp/emacs-lisp/comp-run.el
lisp/info-look.el
lisp/net/tramp.el
lisp/obsolete/longlines.el
lisp/progmodes/python.el
lisp/textmodes/reftex.el