]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Load "leim-list.el".
authorKenichi Handa <handa@m17n.org>
Wed, 18 Jun 1997 12:55:00 +0000 (12:55 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 18 Jun 1997 12:55:00 +0000 (12:55 +0000)
lisp/startup.el

index 43a53071c364c5a7d0588699f6434b9e781173b6..bb5806a754b0174857221ba984c0ba4d6f110d74 100644 (file)
@@ -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)