Index: emacs/lisp/term/vt102.el diff -c emacs/lisp/term/vt102.el:1.4 emacs/lisp/term/vt102.el:1.5 *** emacs/lisp/term/vt102.el:1.4 Mon Sep 1 15:45:36 2003 --- emacs/lisp/term/vt102.el Wed Jul 27 18:02:07 2005 *************** *** 1,6 **** ;; -*- no-byte-compile: t -*- ! (load "term/vt100" nil t) ;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f ;;; vt102.el ends here --- 1,8 ---- ;; -*- no-byte-compile: t -*- ! (defun terminal-init-vt102 () ! "Terminal initialization function for vt102." ! (load "term/vt100" nil t)) ;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f ;;; vt102.el ends here
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs