* 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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue