diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-01 23:29:02 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-01 23:29:02 +0000 |
commit | 8a8e9795bf038fb3d2507b3491d540b36cdc3819 (patch) | |
tree | 8313c5478d2f9c9c9853c997f49763932ed2c8e7 /etc/NEWS.22 | |
parent | 580d92980c65649e4d8a5caf78317e74c24f48e4 (diff) | |
download | emacs-8a8e9795bf038fb3d2507b3491d540b36cdc3819.tar.gz |
*** If tags-loop-revert-buffers has the value `ask', the tags-scanning
loop queries the user interactively if an already-visited file has
been changed since the last visit. The new default value is `ask'.
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r-- | etc/NEWS.22 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 3bf60b4359d..dec867dcbb4 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -85,6 +85,12 @@ customize it with the new option `desktop-load-locked-desktop'. When saving, desktop.el warns about attempts to overwrite a desktop file if it determines that the desktop being saved is not an update of the one on disk. +** Etags changes. + +*** If tags-loop-revert-buffers has the value `ask', the tags-scanning +loop queries the user interactively if an already-visited file has +been changed since the last visit. The new default value is `ask'. + * New Modes and Packages in Emacs 22.2 ** bibtex-style-mode helps you write BibTeX's *.bst files. |