emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/eshell em-hist.el


From: John Wiegley
Subject: [Emacs-commit] emacs/lisp/eshell em-hist.el
Date: Sat, 16 Feb 2002 02:11:05 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     John Wiegley <address@hidden>   02/02/16 02:11:05

Modified files:
        lisp/eshell    : em-hist.el 

Log message:
        (eshell-hist-initialize): When in the minibuffer, use the global value
        of `eshell-history-ring', and never save it to disk, or ask to save it
        to disk.  This allows users of session.el to control whether its
        global state should be persisted or not.
        (eshell-add-command-to-history): Don't write Eshell's history out to
        disk, let the governing mode control that upon exit.
        (eshell-add-input-to-history): New function, with most of the code
        from eshell-add-to-history.
        (eshell-add-command-to-history): New function, to record in
        eshell-history the commands run via eshell-command.
        (eshell-add-to-history): Call eshell-add-command-to-history to do most
        of the work.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/eshell/em-hist.el.diff?tr1=1.7&tr2=1.8&r1=text&r2=text




reply via email to

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