diff options
| author | Juri Linkov | 2019-11-10 00:32:09 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-11-10 00:32:09 +0200 |
| commit | 027f218ad227c3966df94b22566c2e89a307362d (patch) | |
| tree | adab0d405b32bfaa7a54c6623c1402c00837035e /etc | |
| parent | 04ab67470706f1c66bdf08e4078ea3dffd79b41e (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
| 730 | a 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'. |