diff options
author | Kenichi Handa <handa@m17n.org> | 1997-06-18 12:55:00 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-06-18 12:55:00 +0000 |
commit | ef6d88b20b6cdba900d25894585fcb255f51629a (patch) | |
tree | d5b067df7c801544380d7c5f99f5c4eaf40cbe6a /lisp | |
parent | c11696500d5e718e868ce522eeae86306469b04a (diff) | |
download | emacs-ef6d88b20b6cdba900d25894585fcb255f51629a.tar.gz |
(command-line): Load "leim-list.el".
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/startup.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 43a53071c36..bb5806a754b 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -583,6 +583,9 @@ from being initialized." (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) |