mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
*** empty log message ***
This commit is contained in:
parent
1bd6009347
commit
eb6e989944
3 changed files with 5 additions and 3 deletions
|
|
@ -300,6 +300,7 @@ name of one"
|
|||
|
||||
;;; Note that this guy, unlike shell.el's make-shell, barfs if you pass it ()
|
||||
;;; for the second argument (program).
|
||||
;;;###autoload
|
||||
(defun make-comint (name program &optional startfile &rest switches)
|
||||
(let ((buffer (get-buffer-create (concat "*" name "*"))))
|
||||
;; If no process, or nuked process, crank up a new one and put buffer in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue