comparison 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
comparison
equal deleted inserted replaced
109009:812d563cc192 109010:64f7d70035b7
255 Notifications API. It requires D-Bus for communication. 255 Notifications API. It requires D-Bus for communication.
256 256
257 257
258 * Incompatible Lisp Changes in Emacs 24.1 258 * Incompatible Lisp Changes in Emacs 24.1
259 259
260 ** A backquote not followed by a space is now always treated as new-style.
261
260 ** Test for special mode-class was moved from view-file to view-buffer. 262 ** Test for special mode-class was moved from view-file to view-buffer.
263 FIXME: This only says what was changed, but not what are the
264 programmer-visible consequences.
261 265
262 ** Passing a nil argument to a minor mode function now turns the mode 266 ** Passing a nil argument to a minor mode function now turns the mode
263 ON unconditionally. 267 ON unconditionally.
264 268
265 * Lisp changes in Emacs 24.1 269 * Lisp changes in Emacs 24.1