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

Diff of /emacs/lisp/shell.el

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

revision 1.121 by lektu, Thu Jun 12 22:20:49 2003 UTC revision 1.122 by rost, Tue Aug 12 23:37:01 2003 UTC
# Line 533  Otherwise, one argument `-i' is passed t Line 533  Otherwise, one argument `-i' is passed t
533    (interactive    (interactive
534     (list     (list
535      (and current-prefix-arg      (and current-prefix-arg
536           (read-buffer "Shell buffer: " "*shell*"))))           (read-buffer "Shell buffer: "
537                          (generate-new-buffer-name "*shell*")))))
538    (setq buffer (get-buffer-create (or buffer "*shell*")))    (setq buffer (get-buffer-create (or buffer "*shell*")))
539    ;; Pop to buffer, so that the buffer's window will be correctly set    ;; Pop to buffer, so that the buffer's window will be correctly set
540    ;; when we call comint (so that comint sets the COLUMNS env var properly).    ;; when we call comint (so that comint sets the COLUMNS env var properly).

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122

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