diff lisp/comint.el @ 870:1b3af6ad85be

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Jul 1992 22:37:33 +0000
parents fe5f6b7c9727
children 4c6cdb66c74c
line wrap: on
line diff
--- a/lisp/comint.el	Fri Jul 24 21:00:38 1992 +0000
+++ b/lisp/comint.el	Fri Jul 24 22:37:33 1992 +0000
@@ -300,6 +300,7 @@
 
 ;;; 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