Mercurial > emacs
view lisp/term/vt125.el @ 83465:3ec9cf0f2305
Fix bootstrapping problem. (Reported by "mace".)
* lisp/loadup.el: Delay loading env; mule-conf gets confused by cl during
bootstrap.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-505
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 03 Feb 2006 14:44:51 +0000 |
parents | 532e0a9335a9 |
children | 673d62ad74b5 |
line wrap: on
line source
;; -*- no-byte-compile: t -*- (defun terminal-init-vt125 () "Terminal initialization function for vt125." (terminal-init-vt100)) ;;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801 ;;; vt125.el ends here