# HG changeset patch # User Eli Zaretskii # Date 990944814 0 # Node ID 9447d044799604f9ef306a228a524756d6b3d9da # Parent 2f01c1cfec1cacda31105c32d2c0a25fb2e46cce Document that customizations from "emacs -q" cannot be saved. diff -r 2f01c1cfec1c -r 9447d0447996 etc/NEWS --- a/etc/NEWS Sun May 27 06:18:28 2001 +0000 +++ b/etc/NEWS Sun May 27 06:26:54 2001 +0000 @@ -1109,6 +1109,12 @@ 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