aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-27 19:57:47 +0000
committerRichard M. Stallman <[email protected]>2004-12-27 19:57:47 +0000
commit4ae98fc573d06c6ab3e338f0f3a9e358b2d9b982 (patch)
tree9472e086f3d4ca1d5ffb265a7237806accf6c50a /etc
parent4a8b387ff9db5f4740dc80b59d2f29f199ce307b (diff)
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db3406f38f..e1d118057b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2401,6 +2401,11 @@ configuration files.
* Lisp Changes in Emacs 21.4
+++
+** If a buffer sets buffer-save-without-query to non-nil,
+save-some-buffers will always save that buffer without asking
+(if it's modified).
+
++++
** The function symbol-file tells you which file defined
a certain function or variable.