+2003-08-12 Markus Rost <rost@math.ohio-state.edu>
+
+ * shell.el (shell): With prefix-arg, suggest a new buffer name.
+
2003-08-12 Andre Spiegel <spiegel@gnu.org>
* vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
(interactive
(list
(and current-prefix-arg
- (read-buffer "Shell buffer: " "*shell*"))))
+ (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).