diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -482,6 +482,10 @@ inefficiency, and not namespace-clean. | |||
| 482 | 482 | ||
| 483 | * Incompatible Lisp Changes in Emacs 24.2 | 483 | * Incompatible Lisp Changes in Emacs 24.2 |
| 484 | 484 | ||
| 485 | ** If the NEWTEXT arg to `replace-match' contains a substring "\?", | ||
| 486 | that substring is inserted literally even if the LITERAL arg is | ||
| 487 | non-nil, instead of causing an error to be signaled. | ||
| 488 | |||
| 485 | +++ | 489 | +++ |
| 486 | ** Docstrings starting with `*' no longer indicate user options. | 490 | ** Docstrings starting with `*' no longer indicate user options. |
| 487 | Only variables defined using `defcustom' are considered user options. | 491 | Only variables defined using `defcustom' are considered user options. |