Files
emacs/lisp/net
Basil L. Contovounesios f2c74543ed Fix off-by-one history pruning (bug#31211)
* lisp/subr.el (add-to-history): Clarify docstring.
Protect against negative history-length and unnecessary variable
modification, as per read_minibuf.

* lisp/ido.el (ido-record-command):
* lisp/international/mule-cmds.el (deactivate-input-method):
(set-language-environment-input-method):
* lisp/isearch.el (isearch-done):
* lisp/minibuffer.el (read-file-name-default):
* lisp/net/eww.el (eww-save-history):
* lisp/simple.el (edit-and-eval-command, repeat-complex-command):
(command-execute, kill-new, push-mark):
* src/callint.c (Fcall_interactively):
* src/minibuf.c (read_minibuf): Delegate to add-to-history.

* test/lisp/simple-tests.el (command-execute-prune-command-history):
* test/src/callint-tests.el
(call-interactively-prune-command-history): New tests.
2018-05-02 20:18:07 -04:00
..
2018-03-10 18:30:54 -08:00
2018-04-13 16:39:17 +02:00
2018-02-26 13:35:30 -05:00
2018-03-16 20:41:17 -04:00
2018-04-23 10:16:06 +02:00
2018-02-09 11:12:48 -08:00
2018-04-17 21:46:26 +02:00
2018-03-29 15:59:11 +02:00
2018-03-29 15:59:11 +02:00
2018-04-23 10:16:06 +02:00
2018-03-29 15:59:11 +02:00
2018-04-23 10:16:06 +02:00
2018-05-02 12:31:51 +02:00
2018-05-02 18:12:48 +02:00