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