root/trunk/lisp/term/vt102.el
| Revision 3801, 215 bytes (checked in by miyoshi, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | ;; -*- no-byte-compile: t -*- |
| 2 | |
| 3 | (defun terminal-init-vt102 () |
| 4 | "Terminal initialization function for vt102." |
| 5 | (load "term/vt100" nil t)) |
| 6 | |
| 7 | ;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f |
| 8 | ;;; vt102.el ends here |
| 9 |
Note: See TracBrowser for help on using the browser.
