emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp simple.el


From: Juri Linkov
Subject: [Emacs-commit] emacs/lisp simple.el
Date: Mon, 23 Jul 2007 20:29:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/07/23 20:29:27

Modified files:
        lisp           : simple.el 

Log message:
        (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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/simple.el?cvsroot=emacs&r1=1.865&r2=1.866




reply via email to

[Prev in Thread] Current Thread [Next in Thread]