summaryrefslogtreecommitdiff
path: root/lisp/terminal.el
diff options
context:
space:
mode:
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 "\"")))))