]> git.eshelyaron.com Git - emacs.git/commit
Prefer defvar-local in progmodes/*.el
authorStefan Kangas <stefan@marxist.se>
Sun, 31 Jan 2021 17:46:17 +0000 (18:46 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 31 Jan 2021 19:08:25 +0000 (20:08 +0100)
commit59e8c37d61d313335408f8f23e3025b499200266
tree512045e9795a406f53cf479212ada9a1d4bfd135
parent458faaf4c39936a5e7d187684cbf0fe0b161bb0a
Prefer defvar-local in progmodes/*.el

This skips libraries that might want compatibility with Emacs 24.2.

* lisp/progmodes/compile.el (compilation-auto-jump-to-next)
(compilation--previous-directory-cache, compilation--parsed)
(compilation-gcpro):
* lisp/progmodes/cpp.el (cpp-overlay-list, cpp-edit-buffer)
(cpp-parse-symbols, cpp-edit-symbols):
* lisp/progmodes/ebnf2ps.el (ebnf-eps-upper-x, ebnf-eps-upper-y)
(ebnf-eps-prod-width, ebnf-eps-max-height, ebnf-eps-max-width):
* lisp/progmodes/f90.el (f90-cache-position):
* lisp/progmodes/gud.el (gud-marker-acc):
* lisp/progmodes/js.el (js--quick-match-re)
(js--quick-match-re-func, js--cache-end, js--last-parse-pos)
(js--state-at-last-parse-pos, js--tmp-location):
* lisp/progmodes/octave.el (inferior-octave-directory-tracker-resync):
* lisp/progmodes/sh-script.el (sh-header-marker): Prefer defvar-local.
lisp/progmodes/compile.el
lisp/progmodes/cpp.el
lisp/progmodes/ebnf2ps.el
lisp/progmodes/f90.el
lisp/progmodes/gud.el
lisp/progmodes/js.el
lisp/progmodes/octave.el
lisp/progmodes/sh-script.el