From ff660307553247f16a8badc658dee8061f5f89bd Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 18 May 2005 10:18:42 +0000 Subject: Replace `send-string' by `process-send-string'. --- lisp/terminal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/terminal.el') diff --git a/lisp/terminal.el b/lisp/terminal.el index d33ba914cd3..b84b1b6ed00 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -489,7 +489,7 @@ lets you type a terminal emulator command." (progn (and terminal-more-processing (null (cdr te-pending-output)) (te-set-more-count nil)) - (send-string te-process (make-string 1 last-input-char)) + (process-send-string te-process (make-string 1 last-input-char)) (te-process-output t)) (message "Function key `%s' ignored" (single-key-description last-input-char)))))) -- cgit v1.2.1