• Juri Linkov's avatar
    (goto-history-element): New function created from · 297b8ccd
    Juri Linkov authored
    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.
    297b8ccd
NEWS 7.28 KB