diff options
| author | Luc Teirlinck | 2006-07-04 00:06:55 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-07-04 00:06:55 +0000 |
| commit | 3958015dff0976918c38d5eb3ec49bd44e410f9d (patch) | |
| tree | 48f66cf3136b560484f04e8c0dffae69473f9ccc /etc | |
| parent | e8fc997ccb57b8e3561dc719f4d883b7194031d2 (diff) | |
| download | emacs-3958015dff0976918c38d5eb3ec49bd44e410f9d.tar.gz emacs-3958015dff0976918c38d5eb3ec49bd44e410f9d.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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 | ||
| 3502 | database (which normally only works if you have root privileges). If | ||
| 3503 | you 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 | ||