From f3203589311dac0e18b48b58305747542c552e9f Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 18 Jun 1997 12:55:00 +0000 Subject: [PATCH] (command-line): Load "leim-list.el". --- lisp/startup.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.5