summaryrefslogtreecommitdiff
path: root/lisp/terminal.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-05-09 21:50:34 +0000
committerRoland McGrath <roland@gnu.org>1991-05-09 21:50:34 +0000
commitfbd81ad3176ea1e701b1bd0dcec4efe763249353 (patch)
treed43014b01a2cc445a662f0353e0dc684c2438c31 /lisp/terminal.el
parent082a12c3e1ef948e767ef5e705f752e4ff22aeda (diff)
downloademacs-fbd81ad3176ea1e701b1bd0dcec4efe763249353.tar.gz
*** 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 d2a514048cb..47bfddba555 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 "\"")))))