diff options
| author | Juri Linkov | 2019-12-16 01:58:14 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-12-16 01:58:14 +0200 |
| commit | 7254b6346229a7b71b69f71e2d8eee113f02585a (patch) | |
| tree | cdf52783a50d34acd37a235ba7fae7644c7b1564 /etc | |
| parent | 1d52883047f0dd9a52d41060e164237923864265 (diff) | |
| download | emacs-7254b6346229a7b71b69f71e2d8eee113f02585a.tar.gz emacs-7254b6346229a7b71b69f71e2d8eee113f02585a.zip | |
Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)
* src/editfns.c (Fmessage): Don't use minibuffer-message.
(Fmessage_in_echo_area): Remove function message-in-echo-area.
(syms_of_editfns): Remove variable message-in-echo-area.
* lisp/isearch.el (isearch--momentary-message): Remove message-in-echo-area.
* lisp/minibuffer.el (minibuffer-message): Don't record message
in the *Messages* buffer.
(minibuffer-completion-help): Remove message-in-echo-area.
* lisp/subr.el (do-after-load-evaluation): Remove discard-input (bug#38560)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -781,10 +781,6 @@ the minibuffer. If non-nil, point will move to the end of the prompt | |||
| 781 | at the end of the active minibuffer. | 781 | at the end of the active minibuffer. |
| 782 | 782 | ||
| 783 | +++ | 783 | +++ |
| 784 | *** The function 'message' now displays the message at the end of the minibuffer | ||
| 785 | when the minibuffer is active. | ||
| 786 | |||
| 787 | +++ | ||
| 788 | *** 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer. | 784 | *** 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer. |
| 789 | 785 | ||
| 790 | *** Some commands that previously used read-char-choice now read | 786 | *** Some commands that previously used read-char-choice now read |