/[emacs]/emacs/lisp/terminal.el
ViewVC logotype

Diff of /emacs/lisp/terminal.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.50 by eliz, Sat Sep 4 13:15:04 2004 UTC revision 1.51 by lektu, Wed May 18 10:18:42 2005 UTC
# Line 489  lets you type a terminal emulator comman Line 489  lets you type a terminal emulator comman
489               (progn               (progn
490                 (and terminal-more-processing (null (cdr te-pending-output))                 (and terminal-more-processing (null (cdr te-pending-output))
491                      (te-set-more-count nil))                      (te-set-more-count nil))
492                 (send-string te-process (make-string 1 last-input-char))                 (process-send-string te-process (make-string 1 last-input-char))
493                 (te-process-output t))                 (te-process-output t))
494             (message "Function key `%s' ignored"             (message "Function key `%s' ignored"
495                      (single-key-description last-input-char))))))                      (single-key-description last-input-char))))))

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26