]> git.eshelyaron.com Git - emacs.git/commit
Make goto-line keep a separate input history per buffer
authorFederico Tedin <federicotedin@gmail.com>
Tue, 24 Dec 2019 16:38:19 +0000 (17:38 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Dec 2019 16:40:15 +0000 (17:40 +0100)
commit7c5d6a2afc6c23a7fff8456f506ee2aa2d37a3b9
treee870880eba7be66662614f8e0efa7d13b208ba5f
parent0d2a711dc9a65dc8eb6e995369e70cddbcd7d9a4
Make goto-line keep a separate input history per buffer

* lisp/simple.el (goto-line-history): New history variable.
(goto-line): Use new (buffer-local) variable as input
history (Bug#38282).
* lisp/subr.el (read-number-history): New history variable.
(read-number): Use the new variable as default input history.
* doc/lispref/minibuf.texi (Minibuffer History): Document
read-number-history and goto-line-history variables.
* etc/NEWS: Announce changes.
doc/lispref/minibuf.texi
etc/NEWS
lisp/simple.el
lisp/subr.el