Mercurial > emacs
diff lisp/terminal.el @ 256:7e4c7ef44243
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 09 May 1991 21:50:34 +0000 |
parents | 0037df22a9f6 |
children | 1ad871406b12 |
line wrap: on
line diff
--- a/lisp/terminal.el Thu May 09 17:10:09 1991 +0000 +++ b/lisp/terminal.el Thu May 09 21:50:34 1991 +0000 @@ -982,6 +982,7 @@ (defvar explicit-shell-file-name nil "*If non-nil, is file name to use for explicitly requested inferior shell.") +;;;###autoload (defun terminal-emulator (buffer program args &optional width height) "Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS. ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT. @@ -1225,4 +1226,4 @@ end (1+ end))) start (1+ end))) - (concat "\"" harder "\""))))) \ No newline at end of file + (concat "\"" harder "\"")))))