# HG changeset patch # User Kenichi Handa # Date 866638500 0 # Node ID 9fd01ad9a05593e238919471fc2cc77166091c5a # Parent 0b9fc63738f98880d4b00542d4db70ae7827a25f (command-line): Load "leim-list.el". diff -r 0b9fc63738f9 -r 9fd01ad9a055 lisp/startup.el --- 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)