root/trunk/lisp/term/vt320.el

Revision 3801, 290 bytes (checked in by miyoshi, 3 years ago)

Sync up with Emacs CVS HEAD.

  • Property svn:eol-style set to LF
Line 
1 ;; -*- no-byte-compile: t -*-
2 (defun terminal-init-vt320 ()
3   "Terminal initialization function for vt320." 
4   (load "term/vt100" nil t)
5   ;; Make F11 an escape key.
6   (define-key function-key-map "\e[23~" [?\e]))
7
8 ;;; arch-tag: f9f4c954-0b9e-45f9-b450-a320d32abd9c
9 ;;; vt320.el ends here
10
Note: See TracBrowser for help on using the browser.