[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term/apollo.el
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term/apollo.el |
Date: |
Wed, 27 Jul 2005 14:02:11 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/term/apollo.el,
Dan Nicolaescu <=