mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
* lisp/progmodes/grep.el (grep-save-buffers): Don't autoload defcustoms.
; (Unless there is a good, specific reason.)
This commit is contained in:
parent
71d63c4721
commit
cffe077b76
@ -227,7 +227,6 @@ to determine whether cdr should not be excluded."
|
||||
(const :tag "No ignored files" nil))
|
||||
:group 'grep)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom grep-save-buffers 'ask
|
||||
"If non-nil, save buffers before running the grep commands.
|
||||
If `ask', ask before saving. If the variable is a function, it
|
||||
|
Loading…
Reference in New Issue
Block a user