diff options
| author | Stefan Monnier | 2010-06-16 10:10:02 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-06-16 10:10:02 -0400 |
| commit | 288cf4e907c0350eb24824016763bddd09df8ea8 (patch) | |
| tree | 978fd54e4b72862498b9ee480e5806fbba7ad294 /etc | |
| parent | 30d7ac37e5899f928c9efc045b53232a4379d53b (diff) | |
| download | emacs-288cf4e907c0350eb24824016763bddd09df8ea8.tar.gz emacs-288cf4e907c0350eb24824016763bddd09df8ea8.zip | |
* src/lread.c (read1): Phase out old-style backquotes a bit more.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -257,7 +257,11 @@ Notifications API. It requires D-Bus for communication. | |||
| 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. |