aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-02-29 08:40:56 -0800
committerGlenn Morris2016-02-29 08:40:56 -0800
commitcffe077b76769e8b5b109cf3cbbdfdcf31e1150d (patch)
tree05904730c3691721fd6e4bbb57e782abc2d021cd
parent71d63c472167d864c04d5b8f35e802383922a7a5 (diff)
downloademacs-cffe077b76769e8b5b109cf3cbbdfdcf31e1150d.tar.gz
emacs-cffe077b76769e8b5b109cf3cbbdfdcf31e1150d.zip
* lisp/progmodes/grep.el (grep-save-buffers): Don't autoload defcustoms.
; (Unless there is a good, specific reason.)
-rw-r--r--lisp/progmodes/grep.el1
1 files changed, 0 insertions, 1 deletions
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."
227 (const :tag "No ignored files" nil)) 227 (const :tag "No ignored files" nil))
228 :group 'grep) 228 :group 'grep)
229 229
230;;;###autoload
231(defcustom grep-save-buffers 'ask 230(defcustom grep-save-buffers 'ask
232 "If non-nil, save buffers before running the grep commands. 231 "If non-nil, save buffers before running the grep commands.
233If `ask', ask before saving. If the variable is a function, it 232If `ask', ask before saving. If the variable is a function, it