emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/shell.el
Date: Tue, 12 Aug 2003 19:37:01 -0400

Index: emacs/lisp/shell.el
diff -c emacs/lisp/shell.el:1.121 emacs/lisp/shell.el:1.122
*** emacs/lisp/shell.el:1.121   Thu Jun 12 18:20:49 2003
--- emacs/lisp/shell.el Tue Aug 12 19:37:01 2003
***************
*** 533,539 ****
    (interactive
     (list
      (and current-prefix-arg
!        (read-buffer "Shell buffer: " "*shell*"))))
    (setq buffer (get-buffer-create (or buffer "*shell*")))
    ;; Pop to buffer, so that the buffer's window will be correctly set
    ;; when we call comint (so that comint sets the COLUMNS env var properly).
--- 533,540 ----
    (interactive
     (list
      (and current-prefix-arg
!        (read-buffer "Shell buffer: "
!                     (generate-new-buffer-name "*shell*")))))
    (setq buffer (get-buffer-create (or buffer "*shell*")))
    ;; Pop to buffer, so that the buffer's window will be correctly set
    ;; when we call comint (so that comint sets the COLUMNS env var properly).




reply via email to

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