Mercurial > emacs
changeset 14644:325bc6726a7b
(make-comint, comint-run): Fix autoload cookie.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Thu, 22 Feb 1996 02:50:30 +0000 |
parents | 9a31b6a37efd |
children | 875c14f0d0db |
files | lisp/comint.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Thu Feb 22 02:45:43 1996 +0000 +++ b/lisp/comint.el Thu Feb 22 02:50:30 1996 +0000 @@ -503,7 +503,7 @@ ;; Note that this guy, unlike shell.el's make-shell, barfs if you pass it () ;; for the second argument (program). -;;###autoload +;;;###autoload (defun make-comint (name program &optional startfile &rest switches) "Make a comint process NAME in a buffer, running PROGRAM. The name of the buffer is made by surrounding NAME with `*'s. @@ -526,7 +526,7 @@ (comint-exec buffer name program startfile switches))) buffer)) -;;###autoload +;;;###autoload (defun comint-run (program) "Run PROGRAM in a comint buffer and switch to it. The buffer name is made by surrounding the file name of PROGRAM with `*'s.