emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 258/287: Silence customize save with batch emacs.


From: Matthew Fidler
Subject: [elpa] 258/287: Silence customize save with batch emacs.
Date: Wed, 02 Jul 2014 14:46:29 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 8cb7509036581dfa2ea44563c26a07ae6c93a2cf
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jun 30 07:00:26 2014 -0500

    Silence customize save with batch emacs.
---
 ergoemacs-functions.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index 84605ee..7b225c7 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -110,6 +110,7 @@
 
 If an error occurs, display the error, and sit for 2 seconds before exiting"
   (cond
+   (noninteractive)
    ((not (or custom-file user-init-file))
     (message "Not saving; \"emacs -q\" would overwrite customizations")
     (sit-for 1))



reply via email to

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