Mercurial > emacs
diff etc/NEWS @ 109010:64f7d70035b7
* src/lread.c (read1): Phase out old-style backquotes a bit more.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Jun 2010 10:10:02 -0400 |
parents | 8f3a9d4ebe87 |
children | d73c5483c3d2 |
line wrap: on
line diff
--- a/etc/NEWS Wed Jun 16 15:42:59 2010 +0200 +++ b/etc/NEWS Wed Jun 16 10:10:02 2010 -0400 @@ -257,7 +257,11 @@ * Incompatible Lisp Changes in Emacs 24.1 +** A backquote not followed by a space is now always treated as new-style. + ** Test for special mode-class was moved from view-file to view-buffer. +FIXME: This only says what was changed, but not what are the +programmer-visible consequences. ** Passing a nil argument to a minor mode function now turns the mode ON unconditionally.