]> git.eshelyaron.com Git - emacs.git/commit
Prefer defcustom :local specifier in allout
authorStefan Kangas <stefankangas@gmail.com>
Tue, 1 Oct 2024 21:40:56 +0000 (23:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Oct 2024 06:40:57 +0000 (08:40 +0200)
commitded198cd1ffe00581221845802647115c1d2d033
tree819cc5ddde96e5f2e77d1f8de8d0f3874c558c13
parent6b404d2d2d40dd1f2f208a5d76ba942d60ab45b9
Prefer defcustom :local specifier in allout

* lisp/allout-widgets.el (allout-widgets-track-decoration):
* lisp/allout.el (allout-inhibit-auto-fill)
(allout-inhibit-auto-fill-on-headline, allout-use-hanging-indents)
(allout-reindent-bodies, allout-show-bodies, allout-header-prefix)
(allout-primary-bullet, allout-plain-bullets-string)
(allout-distinctive-bullets-string, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-numbered-bullet)
(allout-presentation-padding, allout-encrypt-unencrypted-on-saves)
(allout-enable-file-variable-adjustment): Prefer defcustom :local
specifier to using 'make-variable-buffer-local' directly.

(cherry picked from commit df8d8a786f10de780235618cdf9af7fbc139620c)
lisp/allout-widgets.el
lisp/allout.el