]> git.eshelyaron.com Git - emacs.git/commit
completing-read: If HIST is the symbol `t', history is not recorded.
authorDaniel Mendler <mail@daniel-mendler.de>
Mon, 19 Apr 2021 06:20:50 +0000 (08:20 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Apr 2021 18:25:32 +0000 (14:25 -0400)
commit077dae3b4ca6a534a0c8061f7b5cf81639e39c3b
tree2547f481dc65027efd75d90683672be7c2d7dc4b
parent0a4dc70830f5e8286b47120cabc750cca07a75c1
completing-read: If HIST is the symbol `t', history is not recorded.

* lisp/minibuffer.el (completion-all-sorted-completions): Check if
`minibuffer-history-variable` is `t`
* src/minibuf.c (completing-read): Update docstring
* doc/lispref/minibuf.texi: Update documentation of
`read-from-minibuffer` and `completing-read`
doc/lispref/minibuf.texi
lisp/minibuffer.el
src/minibuf.c