mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 8cb7509036581dfa2ea44563c26a07ae6c93a2cf Author: Matthew L. Fidler <[email protected]> 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))
