]> git.eshelyaron.com Git - emacs.git/commit
Prefer :risky defcustom keyword
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 08:33:45 +0000 (10:33 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 09:30:00 +0000 (11:30 +0200)
commitda3f3dd0910fae20df47e723088d737aaf0a88c7
tree340a2e62c6ba4449ad428cf31a8cfb8f541c852e
parent69b68099ecfb053ac77e0a954ab7467c440321ff
Prefer :risky defcustom keyword

* lisp/align.el (align-region-separate, align-rules-list)
(align-exclude-rules-list, align-vhdl-rules-list):
* lisp/bindings.el (mode-line-percent-position):
* lisp/filesets.el (filesets-menu-cache-file, filesets-commands)
(filesets-external-viewers, filesets-ingroup-patterns)
(filesets-data):
* lisp/hi-lock.el (hi-lock-file-patterns-policy):
* lisp/mail/mailalias.el (mail-complete-alist)
(mail-directory-process, mail-directory-stream)
(mail-directory-parser):
* lisp/mail/rmail.el (rmail-confirm-expunge):
* lisp/mail/sendmail.el (mail-signature):
* lisp/mail/supercite.el (sc-cite-frame-alist)
(sc-uncite-frame-alist, sc-recite-frame-alist)
(sc-default-cite-frame, sc-default-uncite-frame)
(sc-default-recite-frame, sc-attrib-selection-list)
(sc-rewrite-header-list):
* lisp/progmodes/make-mode.el (makefile-special-targets-list):
* lisp/so-long.el (so-long-action-alist):
* lisp/textmodes/sgml-mode.el (sgml-tag-alist): Prefer defcustom
:risky keyword argument to directly setting the 'risky-local-variable'
symbol property.
lisp/align.el
lisp/bindings.el
lisp/filesets.el
lisp/hi-lock.el
lisp/mail/mailalias.el
lisp/mail/rmail.el
lisp/mail/sendmail.el
lisp/mail/supercite.el
lisp/progmodes/make-mode.el
lisp/so-long.el
lisp/textmodes/sgml-mode.el