From: Glenn Morris Date: Mon, 29 Feb 2016 16:40:56 +0000 (-0800) Subject: * lisp/progmodes/grep.el (grep-save-buffers): Don't autoload defcustoms. X-Git-Tag: emacs-26.0.90~2425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cffe077b76769e8b5b109cf3cbbdfdcf31e1150d;p=emacs.git * lisp/progmodes/grep.el (grep-save-buffers): Don't autoload defcustoms. ; (Unless there is a good, specific reason.) --- diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index b035528d4b2..a0b7e7d1bf5 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -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