root/trunk/lisp/term/vt125.el

Revision 3801, 215 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
3 (defun terminal-init-vt125 ()
4   "Terminal initialization function for vt125." 
5   (load "term/vt100" nil t))
6
7 ;;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801
8 ;;; vt125.el ends here
9
Note: See TracBrowser for help on using the browser.