diff options
| author | Stefan Monnier | 1999-10-19 18:08:23 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-10-19 18:08:23 +0000 |
| commit | 863476d170da062fd5e4cfdeea27538666ba07ad (patch) | |
| tree | 4c8232aa39851e1037a22e089d98bf8fd602b3f0 /etc | |
| parent | 138a8f12c0713220a00f2834095309c16715e8a5 (diff) | |
| download | emacs-863476d170da062fd5e4cfdeea27538666ba07ad.tar.gz emacs-863476d170da062fd5e4cfdeea27538666ba07ad.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -351,11 +351,6 @@ print-level, print-length, and debug-on-error based on the | |||
| 351 | customizable variables eval-expression-print-level, | 351 | customizable variables eval-expression-print-level, |
| 352 | eval-expression-print-length, and eval-expression-debug-on-error. | 352 | eval-expression-print-length, and eval-expression-debug-on-error. |
| 353 | 353 | ||
| 354 | ** syntax tables now understand nested comments. | ||
| 355 | To declare a comment syntax as allowing nesting, just add an `n' | ||
| 356 | modifier to either of the characters of the comment end and the comment | ||
| 357 | start sequences. | ||
| 358 | |||
| 359 | ** Dired changes | 354 | ** Dired changes |
| 360 | 355 | ||
| 361 | *** New variable `dired-recursive-deletes' determines if the delete | 356 | *** New variable `dired-recursive-deletes' determines if the delete |
| @@ -486,6 +481,11 @@ Note that +++ before an item means the Lisp manual has been updated. | |||
| 486 | When you add a new item, please add it without either +++ or --- | 481 | When you add a new item, please add it without either +++ or --- |
| 487 | so I will know I still need to look at it -- rms. | 482 | so I will know I still need to look at it -- rms. |
| 488 | 483 | ||
| 484 | ** syntax tables now understand nested comments. | ||
| 485 | To declare a comment syntax as allowing nesting, just add an `n' | ||
| 486 | modifier to either of the characters of the comment end and the comment | ||
| 487 | start sequences. | ||
| 488 | |||
| 489 | ** The function `pixmap-spec-p' has been renamed `bitmap-spec-p' | 489 | ** The function `pixmap-spec-p' has been renamed `bitmap-spec-p' |
| 490 | because `bitmap' is more in line with the usual X terminology. | 490 | because `bitmap' is more in line with the usual X terminology. |
| 491 | 491 | ||