mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(previous-matching-history-element): Specify a default.
This commit is contained in:
parent
55391f5e9d
commit
5794c45d21
@ -953,7 +953,8 @@ See also `minibuffer-history-case-insensitive-variables'."
|
||||
nil
|
||||
minibuffer-local-map
|
||||
nil
|
||||
'minibuffer-history-search-history)))
|
||||
'minibuffer-history-search-history
|
||||
(car minibuffer-history-search-history))))
|
||||
;; Use the last regexp specified, by default, if input is empty.
|
||||
(list (if (string= regexp "")
|
||||
(if minibuffer-history-search-history
|
||||
|
Loading…
Reference in New Issue
Block a user