aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-11-10 00:32:09 +0200
committerJuri Linkov2019-11-10 00:32:09 +0200
commit027f218ad227c3966df94b22566c2e89a307362d (patch)
treeadab0d405b32bfaa7a54c6623c1402c00837035e /etc
parent04ab67470706f1c66bdf08e4078ea3dffd79b41e (diff)
downloademacs-027f218ad227c3966df94b22566c2e89a307362d.tar.gz
emacs-027f218ad227c3966df94b22566c2e89a307362d.zip
hack-local-variables-confirm uses the minibuffer to read answer (bug#38076)
* lisp/files.el (hack-local-variables-confirm): Use read-char-from-minibuffer instead of read-char-choice. Remove special handling of original window scrolling that is now supported in the minibuffer. This fixes https://lists.gnu.org/archive/html/emacs-devel/2019-10/msg01020.html (files--ask-user-about-large-file): Use read-char-from-minibuffer instead of read-char-choice.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f2685a1bfd8..8356601cde7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -726,6 +726,9 @@ at the end of the active minibuffer.
726+++ 726+++
727*** 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer. 727*** 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer.
728 728
729*** Some commands that previously used read-char-choice now read
730a character using the minibuffer by read-char-from-minibuffer.
731
729** map.el 732** map.el
730*** Now also understands plists. 733*** Now also understands plists.
731*** Now defined via generic functions that can be extended via 'cl-defmethod'. 734*** Now defined via generic functions that can be extended via 'cl-defmethod'.