]> git.eshelyaron.com Git - emacs.git/commit
hack-local-variables-confirm uses the minibuffer to read answer (bug#38076)
authorJuri Linkov <juri@linkov.net>
Sat, 9 Nov 2019 22:32:09 +0000 (00:32 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 9 Nov 2019 22:32:09 +0000 (00:32 +0200)
commit027f218ad227c3966df94b22566c2e89a307362d
treeadab0d405b32bfaa7a54c6623c1402c00837035e
parent04ab67470706f1c66bdf08e4078ea3dffd79b41e
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.
etc/NEWS
lisp/files.el