]> git.eshelyaron.com Git - emacs.git/commit
Prefer defcustom :local specifier
authorStefan Kangas <stefankangas@gmail.com>
Thu, 3 Oct 2024 23:36:41 +0000 (01:36 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 4 Oct 2024 10:12:09 +0000 (12:12 +0200)
commit2089ab6b3a95ec24629fbd4c97b299760c64e2ab
tree14c03955d1047a22867960c5d23d59921489657b
parentd055e62085e3be2081a5a42dd19d25563be35225
Prefer defcustom :local specifier

* lisp/dirtrack.el (dirtrack-list):
* lisp/emacs-lisp/lisp.el (defun-prompt-regexp):
* lisp/emulation/viper-init.el
(viper-related-files-and-buffers-ring):
* lisp/emulation/viper-util.el (viper-syntax-preference):
* lisp/erc/erc.el (erc-ignore-list):
* lisp/files.el (buffer-offer-save, backup-by-copying-when-mismatch):
* lisp/find-file.el (ff-pre-find-hook, ff-pre-load-hook)
(ff-post-load-hook, ff-not-found-hook, ff-file-created-hook)
(ff-case-fold-search, ff-always-in-other-window)
(ff-ignore-include, ff-quiet-mode, ff-other-file-alist)
(ff-search-directories):
* lisp/mh-e/mh-e.el (mh-scan-prog):
* lisp/newcomment.el (comment-column):
* lisp/obsolete/rlogin.el (rlogin-directory-tracking-mode):
* lisp/play/decipher.el (decipher-ignore-spaces):
* lisp/plstore.el (plstore-encrypt-to):
* lisp/proced.el (proced-format, proced-filter, proced-sort)
(proced-descend, proced-auto-update-flag, proced-tree-flag):
* lisp/progmodes/fortran.el (fortran-line-length):
* lisp/shell.el (shell-history-file-name):
* lisp/simple.el (goal-column, fill-prefix):
* lisp/vc/ediff-init.el (ediff-use-faces)
(ediff-highlight-all-diffs, ediff-autostore-merges):
* lisp/vc/ediff-merg.el (ediff-show-clashes-only)
(ediff-skip-merge-regions-that-differ-from-default): Prefer defcustom
:local specifier to using 'make-variable-buffer-local' directly.

(cherry picked from commit e20ce5fcc53593db5400596afee783d966ad2b2d)
16 files changed:
lisp/emacs-lisp/lisp.el
lisp/emulation/viper-init.el
lisp/emulation/viper-util.el
lisp/erc/erc.el
lisp/files.el
lisp/find-file.el
lisp/newcomment.el
lisp/obsolete/rlogin.el
lisp/play/decipher.el
lisp/plstore.el
lisp/proced.el
lisp/progmodes/fortran.el
lisp/shell.el
lisp/simple.el
lisp/vc/ediff-init.el
lisp/vc/ediff-merg.el