diff options
| author | Luc Teirlinck | 2004-04-24 23:29:39 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-04-24 23:29:39 +0000 |
| commit | 21fb758865ac9a02efd9e2d1fab075da72747bf0 (patch) | |
| tree | 9bc51a34d2d8db54fdaa71de1bf5e552c1fa3710 /etc | |
| parent | 03e35edcfa8ff3794ff6de3c0be0545703d8c8d9 (diff) | |
| download | emacs-21fb758865ac9a02efd9e2d1fab075da72747bf0.tar.gz emacs-21fb758865ac9a02efd9e2d1fab075da72747bf0.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -88,6 +88,10 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 88 | 88 | ||
| 89 | * Changes in Emacs 21.4 | 89 | * Changes in Emacs 21.4 |
| 90 | 90 | ||
| 91 | --- | ||
| 92 | ** The IELM prompt is now, by default, read-only. This can be | ||
| 93 | controlled with the new user option `ielm-prompt-read-only'. | ||
| 94 | |||
| 91 | ** You can now use next-error (C-x `) and previous-error to advance to | 95 | ** You can now use next-error (C-x `) and previous-error to advance to |
| 92 | the next/previous matching line found by M-x occur. | 96 | the next/previous matching line found by M-x occur. |
| 93 | 97 | ||