Mercurial > emacs
annotate lisp/term/apollo.el @ 88346:3be7f212f8bc
*** empty log message ***
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Fri, 27 Apr 2007 21:33:38 +0000 |
parents | d7ddb3e565de |
children |
rev | line source |
---|---|
47726
33d53d287ee4
Add "no-byte-compile: t" in first line.
Juanma Barranquero <lekktu@gmail.com>
parents:
38414
diff
changeset
|
1 ;; -*- no-byte-compile: t -*- |
88155 | 2 (defun terminal-init-apollo () |
3 "Terminal initialization function for apollo." | |
4 (load "term/vt100" nil t)) | |
47726
33d53d287ee4
Add "no-byte-compile: t" in first line.
Juanma Barranquero <lekktu@gmail.com>
parents:
38414
diff
changeset
|
5 |
88155 | 6 ;;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
3289
diff
changeset
|
7 ;;; apollo.el ends here |