(goto-history-element): New function created from
authorJuri Linkov <juri@jurta.org>
Mon, 23 Jul 2007 20:29:55 +0000 (20:29 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 23 Jul 2007 20:29:55 +0000 (20:29 +0000)
commit297b8ccd7a0a30b566ea95d6c3ac20a8e68e9818
tree19810f77a4ca16669d47aad253c02c148a453ca2
parentac475d3a720d3f0650061411d40403d6f9bba04d
(goto-history-element): New function created from
next-history-element.
(next-history-element): Most code moved to goto-history-element.
Call goto-history-element with (- minibuffer-history-position n).
(previous-history-element): Call goto-history-element with (+
minibuffer-history-position n).
(minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
(minibuffer-history-isearch-message-overlay): New buffer-local variable.
(minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
(minibuffer-history-isearch-search, minibuffer-history-isearch-message)
(minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
(minibuffer-history-isearch-pop-state): New functions.
etc/NEWS
lisp/ChangeLog
lisp/simple.el