From: Kenichi Handa Date: Wed, 18 Jun 1997 12:55:00 +0000 (+0000) Subject: (command-line): Load "leim-list.el". X-Git-Tag: emacs-20.1~1651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3203589311dac0e18b48b58305747542c552e9f;p=emacs.git (command-line): Load "leim-list.el". --- 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)