Mercurial > emacs
comparison etc/NEWS @ 37901:9447d0447996
Document that customizations from "emacs -q" cannot be saved.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 27 May 2001 06:26:54 +0000 |
parents | 204ab89d55f0 |
children | f7113f2126e9 |
comparison
equal
deleted
inserted
replaced
37900:2f01c1cfec1c | 37901:9447d0447996 |
---|---|
1106 earlier versions of Emacs. | 1106 earlier versions of Emacs. |
1107 | 1107 |
1108 *** The new option `custom-buffer-done-function' says whether to kill | 1108 *** The new option `custom-buffer-done-function' says whether to kill |
1109 Custom buffers when you've done with them or just bury them (the | 1109 Custom buffers when you've done with them or just bury them (the |
1110 default). | 1110 default). |
1111 | |
1112 *** If Emacs was invoked with the `-q' or `--no-init-file' options, it | |
1113 does not allow you to save customizations in your `~/.emacs' init | |
1114 file. This is because saving customizations from such a session would | |
1115 wipe out all the other customizationss you might have on your init | |
1116 file. | |
1111 | 1117 |
1112 ** New features in evaluation commands | 1118 ** New features in evaluation commands |
1113 | 1119 |
1114 *** The commands to evaluate Lisp expressions, such as C-M-x in Lisp | 1120 *** The commands to evaluate Lisp expressions, such as C-M-x in Lisp |
1115 modes, C-j in Lisp Interaction mode, and M-:, now bind the variables | 1121 modes, C-j in Lisp Interaction mode, and M-:, now bind the variables |