From: Eli Zaretskii Date: Sun, 27 May 2001 06:26:54 +0000 (+0000) Subject: Document that customizations from "emacs -q" cannot be saved. X-Git-Tag: emacs-pretest-21.0.104~383 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2b747a84703c7772c0138e57d4c42b1a421d115;p=emacs.git Document that customizations from "emacs -q" cannot be saved. --- diff --git a/etc/NEWS b/etc/NEWS index c52777324d3..c9146974753 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1109,6 +1109,12 @@ earlier versions of Emacs. Custom buffers when you've done with them or just bury them (the default). +*** If Emacs was invoked with the `-q' or `--no-init-file' options, it +does not allow you to save customizations in your `~/.emacs' init +file. This is because saving customizations from such a session would +wipe out all the other customizationss you might have on your init +file. + ** New features in evaluation commands *** The commands to evaluate Lisp expressions, such as C-M-x in Lisp