/[emacs]/emacs/lisp/eshell/eshell.el
ViewVC logotype

Diff of /emacs/lisp/eshell/eshell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by pj, Sun Jul 15 19:53:53 2001 UTC revision 1.10.4.1 by eliz, Thu May 16 16:02:47 2002 UTC
# Line 352  the tasks accomplished by such tools." Line 352  the tasks accomplished by such tools."
352  The buffer used for Eshell sessions is determined by the value of  The buffer used for Eshell sessions is determined by the value of
353  `eshell-buffer-name'.  If there is already an Eshell session active in  `eshell-buffer-name'.  If there is already an Eshell session active in
354  that buffer, Emacs will simply switch to it.  Otherwise, a new session  that buffer, Emacs will simply switch to it.  Otherwise, a new session
355  will begin.  A new session is always created if the the prefix  will begin.  A new session is always created if the prefix argument
356  argument ARG is specified.  Returns the buffer selected (or created)."  ARG is specified.  Returns the buffer selected (or created)."
357    (interactive "P")    (interactive "P")
358    (assert eshell-buffer-name)    (assert eshell-buffer-name)
359    (let ((buf (if arg    (let ((buf (if arg

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26