emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cffe077: * lisp/progmodes/grep.el (grep-save-buffer


From: Glenn Morris
Subject: [Emacs-diffs] master cffe077: * lisp/progmodes/grep.el (grep-save-buffers): Don't autoload defcustoms.
Date: Mon, 29 Feb 2016 16:41:10 +0000

branch: master
commit cffe077b76769e8b5b109cf3cbbdfdcf31e1150d
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/progmodes/grep.el (grep-save-buffers): Don't autoload defcustoms.
    
    ; (Unless there is a good, specific reason.)
---
 lisp/progmodes/grep.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index b035528..a0b7e7d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]