]> git.eshelyaron.com Git - emacs.git/commit
Prefer defcustom :local specifier in textmodes
authorStefan Kangas <stefankangas@gmail.com>
Wed, 2 Oct 2024 10:19:22 +0000 (12:19 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Oct 2024 06:42:22 +0000 (08:42 +0200)
commitb2a3be4cc09f684d4f40ab2b75ecb5303b88cb81
treedd681072e5e353aed8b0ff2bc33a3d44f659d329
parent6459baa54c05ce6bef1fa0207aed471992df6be0
Prefer defcustom :local specifier in textmodes

* lisp/textmodes/fill.el (default-justification):
* lisp/textmodes/ispell.el (ispell-local-dictionary)
(ispell-skip-html):
* lisp/textmodes/less-css-mode.el (less-css-output-file-name)
(less-css-input-file-name):
* lisp/textmodes/refer.el (refer-bib-directory, refer-bib-files)
(refer-cache-bib-files):
* lisp/textmodes/two-column.el (2C-separator, 2C-window-width):
Prefer defcustom :local specifier to using 'make-variable-buffer-local'
directly.

(cherry picked from commit 4bb62af3263057312021e076dc7e0c8ff195e38f)
lisp/textmodes/fill.el
lisp/textmodes/ispell.el
lisp/textmodes/less-css-mode.el
lisp/textmodes/refer.el
lisp/textmodes/two-column.el