emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/vt200.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/vt200.el,v
Date: Wed, 29 Aug 2007 05:28:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/29 05:28:10

Index: lisp/term/vt200.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/vt200.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- lisp/term/vt200.el  27 Jul 2005 18:02:07 -0000      1.14
+++ lisp/term/vt200.el  29 Aug 2007 05:27:59 -0000      1.15
@@ -1,12 +1,11 @@
 ;; -*- no-byte-compile: t -*-
 ;; For our purposes we can treat the vt200 and vt100 almost alike.
 ;; Most differences are handled by the termcap entry.
-
 (defun terminal-init-vt200 ()
   "Terminal initialization function for vt200."  
-  (load "term/vt100" nil t)
+  (tty-run-terminal-initialization (selected-frame) "vt100")
   ;; Make F11 an escape key.
-  (define-key function-key-map "\e[23~" [?\e]))
+  (define-key local-function-key-map "\e[23~" [?\e]))
 
 ;;; arch-tag: 0f78f583-9f32-4237-b106-28bcfff21d89
 ;;; vt200.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]