1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
emacs/doc
Federico Tedin 3586fef263 Make HIST arg of read-from-minibuffer work with buffer-local vars
* lisp/simple.el (minibuffer-history-values): New function, should be
used to access the minibuffer input history variable when the
minibuffer might be active.  If the variable is buffer-local, the
previous buffer's value will be used.
(goto-history-element): Use the new function to access the minibuffer
history.
(minibuffer-history-isearch-wrap): Use the new function to access the
minibuffer history.
* src/minibuf.c (read_minibuf): Switch to previous buffer temporarily
before updating history list (Bug#38317).
(read-from-minibuffer): Extend documentation to mention that the
result of using the command will be added to the history list by
default.
* doc/lispref/minibuf.texi (Minibuffer History): Mention the
possibility of using a buffer-local variable as history.
* etc/NEWS: Announce changes.
2019-12-05 10:30:28 +01:00
..
emacs ; Update some manual xrefs for recent org changes 2019-12-03 17:41:23 -08:00
lispintro Conditionally omit edition numbers, dates in doc 2019-11-12 11:30:02 -08:00
lispref Make HIST arg of read-from-minibuffer work with buffer-local vars 2019-12-05 10:30:28 +01:00
man Enable tab-bar-mode from X resources 2019-10-13 23:56:17 +03:00
misc * lisp/tab-bar.el (switch-to-buffer-other-tab): Use display-buffer-in-tab. 2019-12-05 00:56:54 +02:00