Index: emacs/lisp/term/vt300.el diff -c emacs/lisp/term/vt300.el:1.4 emacs/lisp/term/vt300.el:1.5 *** emacs/lisp/term/vt300.el:1.4 Mon Sep 1 15:45:36 2003 --- emacs/lisp/term/vt300.el Wed Jul 27 18:02:07 2005 *************** *** 1,8 **** ;; -*- no-byte-compile: t -*- ! (load "term/vt100" nil t) ! ! ;; Make F11 an escape key. ! (define-key function-key-map "\e[23~" [?\e]) ;;; arch-tag: 876831c9-a6f2-444a-b033-706e6fbc149f ;;; vt300.el ends here --- 1,9 ---- ;; -*- no-byte-compile: t -*- ! (defun terminal-init-vt300 () ! "Terminal initialization function for vt300." ! (load "term/vt100" nil t) ! ;; Make F11 an escape key. ! (define-key function-key-map "\e[23~" [?\e])) ;;; arch-tag: 876831c9-a6f2-444a-b033-706e6fbc149f ;;; vt300.el ends here
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs