# HG changeset patch # User Stefan Monnier # Date 940356503 0 # Node ID 5bdae485eb030804d06eacc44719ca1ac6b3573e # Parent 19c8f63a59f19d91616b97e489b199bcecc5f4df *** empty log message *** diff -r 19c8f63a59f1 -r 5bdae485eb03 etc/NEWS --- 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. diff -r 19c8f63a59f1 -r 5bdae485eb03 src/ChangeLog Binary file src/ChangeLog has changed