]> code.delx.au - gnu-emacs/blobdiff - lisp/term/vt102.el
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
[gnu-emacs] / lisp / term / vt102.el
index 887f63837ebf5744ad76ac083f165de6a4d4bcd1..ba4ac80c92a7931dbf510ec09490b3fa58fbc4ed 100644 (file)
@@ -1,6 +1,8 @@
 ;; -*- no-byte-compile: t -*-
 
-(load "term/vt100" nil t)
+(defun terminal-init-vt102 ()
+  "Terminal initialization function for vt102."  
+  (terminal-init-vt100))
 
 ;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
 ;;; vt102.el ends here