Mercurial > emacs
changeset 26107:5bdae485eb03
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 19 Oct 1999 18:08:23 +0000 |
parents | 19c8f63a59f1 |
children | 08a36c7a0a52 |
files | etc/NEWS src/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Oct 19 17:58:40 1999 +0000 +++ b/etc/NEWS Tue Oct 19 18:08:23 1999 +0000 @@ -351,11 +351,6 @@ customizable variables eval-expression-print-level, eval-expression-print-length, and eval-expression-debug-on-error. -** syntax tables now understand nested comments. -To declare a comment syntax as allowing nesting, just add an `n' -modifier to either of the characters of the comment end and the comment -start sequences. - ** Dired changes *** New variable `dired-recursive-deletes' determines if the delete @@ -486,6 +481,11 @@ When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** syntax tables now understand nested comments. +To declare a comment syntax as allowing nesting, just add an `n' +modifier to either of the characters of the comment end and the comment +start sequences. + ** The function `pixmap-spec-p' has been renamed `bitmap-spec-p' because `bitmap' is more in line with the usual X terminology.