aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLuc Teirlinck2006-07-04 00:06:55 +0000
committerLuc Teirlinck2006-07-04 00:06:55 +0000
commit3958015dff0976918c38d5eb3ec49bd44e410f9d (patch)
tree48f66cf3136b560484f04e8c0dffae69473f9ccc /etc
parente8fc997ccb57b8e3561dc719f4d883b7194031d2 (diff)
downloademacs-3958015dff0976918c38d5eb3ec49bd44e410f9d.tar.gz
emacs-3958015dff0976918c38d5eb3ec49bd44e410f9d.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82635bdf6d8..52ab80219d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3494,6 +3494,15 @@ For example, these two sequences of expressions behave identically:
3494(defun PP (data) (insert (format "%S\n" data))) 3494(defun PP (data) (insert (format "%S\n" data)))
3495(ewoc-create 'PP "start\n\n" "\n" t) 3495(ewoc-create 'PP "start\n\n" "\n" t)
3496 3496
3497** Locate changes
3498
3499---
3500*** By default, reverting the *Locate* buffer now just runs the last
3501`locate' command back over again without offering to update the locate
3502database (which normally only works if you have root privileges). If
3503you prefer the old behavior, set the new customizable option
3504`locate-update-when-revert' to t.
3505
3497 3506
3498* Changes in Emacs 22.1 on non-free operating systems 3507* Changes in Emacs 22.1 on non-free operating systems
3499 3508