emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/eshell.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/eshell.el
Date: Sat, 12 Jan 2002 16:40:52 -0500

Index: emacs/lisp/eshell/eshell.el
diff -c emacs/lisp/eshell/eshell.el:1.10 emacs/lisp/eshell/eshell.el:1.11
*** emacs/lisp/eshell/eshell.el:1.10    Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/eshell.el Sat Jan 12 16:40:52 2002
***************
*** 352,358 ****
  The buffer used for Eshell sessions is determined by the value of
  `eshell-buffer-name'.  If there is already an Eshell session active in
  that buffer, Emacs will simply switch to it.  Otherwise, a new session
! will begin.  A new session is always created if the the prefix
  argument ARG is specified.  Returns the buffer selected (or created)."
    (interactive "P")
    (assert eshell-buffer-name)
--- 352,358 ----
  The buffer used for Eshell sessions is determined by the value of
  `eshell-buffer-name'.  If there is already an Eshell session active in
  that buffer, Emacs will simply switch to it.  Otherwise, a new session
! will begin.  A new session is always created if the prefix
  argument ARG is specified.  Returns the buffer selected (or created)."
    (interactive "P")
    (assert eshell-buffer-name)



reply via email to

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