Mercurial > emacs
changeset 18295:9fd01ad9a055
(command-line): Load "leim-list.el".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 18 Jun 1997 12:55:00 +0000 |
parents | 0b9fc63738f9 |
children | 5b6f098f3d32 |
files | lisp/startup.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Wed Jun 18 07:07:57 1997 +0000 +++ b/lisp/startup.el Wed Jun 18 12:55:00 1997 +0000 @@ -583,6 +583,9 @@ (if site-run-file (load site-run-file t t)) + ;; Register avairable input methods by loading LEIM list file. + (load "leim-list.el" 'noerror 'nomessage 'nosuffix) + ;; Sites should not disable this. Only individuals should disable ;; the startup message. (setq inhibit-startup-message nil)