diff lisp/terminal.el @ 62460:5bdce92e5771

Replace `send-string' by `process-send-string'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 18 May 2005 10:18:42 +0000
parents b1d0e8312180
children 76921bae4308 f042e7c0fe20
line wrap: on
line diff
--- a/lisp/terminal.el	Wed May 18 10:17:59 2005 +0000
+++ b/lisp/terminal.el	Wed May 18 10:18:42 2005 +0000
@@ -489,7 +489,7 @@
 	     (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))))))