Mercurial > emacs
comparison etc/NEWS @ 71601:c7218dbd298e
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 04 Jul 2006 00:06:55 +0000 |
parents | b2635dbb4aaf |
children | aa82602239d4 |
comparison
equal
deleted
inserted
replaced
71600:6958f9575abf | 71601:c7218dbd298e |
---|---|
3491 (ewoc-create 'PP "start\n") | 3491 (ewoc-create 'PP "start\n") |
3492 | 3492 |
3493 ;; NOSEP t | 3493 ;; NOSEP t |
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 | |
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. | |
3496 | 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 |
3500 +++ | 3509 +++ |