]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/project.el: Move :safe from defcustom to autoload (bug#63469)
authorJuri Linkov <juri@linkov.net>
Thu, 25 May 2023 18:40:38 +0000 (21:40 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 25 May 2023 18:40:38 +0000 (21:40 +0300)
commite5f42706ce2fd00d1ac9249a8760a88781f09a2f
tree61356dd30af522afaf3ce38b1538b09ff9ed74fb
parent3afe4a42e90f4eb937b81879548ffbfa7e1f6599
* lisp/progmodes/project.el: Move :safe from defcustom to autoload (bug#63469)

(project-vc-ignores, project-vc-merge-submodules)
(project-vc-include-untracked, project-vc-name)
(project-vc-extra-root-markers, project-kill-buffers-display-buffer-list):
Autoload the line that puts 'safe-local-variable' property on defcustom symbol
instead of using the :safe keyword.
lisp/progmodes/project.el