aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2014-12-03 13:42:20 -0500
committerStefan Monnier2014-12-03 13:42:20 -0500
commit41bb375cc71c70fbe9b405272abf0d5f345eee2a (patch)
tree9e0cf058823558c2b170b161de6b9e9d398441ad /etc
parente148a1eacaaa6d6e67db09188f66dab06937ae0d (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9786f3a6698..f3890a51aad 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
367If you want the old behavior of calling the function in the buffer
368from 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