diff options
| author | Stefan Monnier | 2014-12-03 13:42:20 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2014-12-03 13:42:20 -0500 |
| commit | 41bb375cc71c70fbe9b405272abf0d5f345eee2a (patch) | |
| tree | 9e0cf058823558c2b170b161de6b9e9d398441ad /etc | |
| parent | e148a1eacaaa6d6e67db09188f66dab06937ae0d (diff) | |
| download | emacs-41bb375cc71c70fbe9b405272abf0d5f345eee2a.tar.gz emacs-41bb375cc71c70fbe9b405272abf0d5f345eee2a.zip | |
Fixes: debbugs:19250
* lisp/minibuffer.el (completion-table-dynamic): Add arg `switch-buffer'
and change default to stay in the minibuffer when called from
the minibuffer.
(lazy-completion-table): Use this new argument to preserve the
old behavior.
* lisp/progmodes/elisp-mode.el (elisp--local-variables): Don't burp on
incorrect lexical elements (bug#19250).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -363,6 +363,11 @@ helper functions) obsolete. | |||
| 363 | 363 | ||
| 364 | * Incompatible Lisp Changes in Emacs 25.1 | 364 | * Incompatible Lisp Changes in Emacs 25.1 |
| 365 | 365 | ||
| 366 | ** completion-table-dynamic stays in the minibuffer. | ||
| 367 | If you want the old behavior of calling the function in the buffer | ||
| 368 | from which the minibuffer was entered, call it with the new argument | ||
| 369 | `switch-buffer'. | ||
| 370 | |||
| 366 | ** window-configurations no longer record the buffers's marks. | 371 | ** window-configurations no longer record the buffers's marks. |
| 367 | 372 | ||
| 368 | ** inhibit-modification-hooks now also inhibits lock-file checks, as well as | 373 | ** inhibit-modification-hooks now also inhibits lock-file checks, as well as |