aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/terminal.el
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1991-05-09 21:50:34 +0000
committerRoland McGrath <[email protected]>1991-05-09 21:50:34 +0000
commit7229064dbf9dfcb873824a6f2a9af0bdb112b550 (patch)
treef024dce4c7262b3a5803600360b1ade5bf8bdb59 /lisp/terminal.el
parentd6003f63e9a3bee57bc3c87ac3e597326e221bb6 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/terminal.el')
-rw-r--r--lisp/terminal.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el
index d2a514048c..47bfddba55 100644
--- a/lisp/terminal.el
+++ b/lisp/terminal.el
@@ -982,6 +982,7 @@ of the virtual terminal to be appropriate for interactive use.")
(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 @@ of the terminal-emulator"
end
(1+ end)))
start (1+ end)))
- (concat "\"" harder "\""))))) \ No newline at end of file
+ (concat "\"" harder "\"")))))