Index: emacs/lisp/term/apollo.el
diff -c emacs/lisp/term/apollo.el:1.9 emacs/lisp/term/apollo.el:1.10
*** emacs/lisp/term/apollo.el:1.9       Mon Sep  1 15:45:36 2003
--- emacs/lisp/term/apollo.el   Wed Jul 27 18:02:07 2005
***************
*** 1,6 ****
  ;; -*- no-byte-compile: t -*-
! 
! (load "term/vt100" nil t)
  
  ;;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf
  ;;; apollo.el ends here
--- 1,7 ----
  ;; -*- no-byte-compile: t -*-
! (defun terminal-init-apollo ()
!   "Terminal initialization function for apollo."  
!   (load "term/vt100" nil t))
  
  ;;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf
  ;;; apollo.el ends here


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to