diff lisp/mule/mule-cmds.el @ 4615:ba06a6cae484

Actually use leim-list-file-name, #'init-mule-at-startup. lisp/ChangLog addition. 2009-02-13 Aidan Kehoe <kehoea@parhasard.net> * mule/mule-cmds.el (init-mule-at-startup): Actually use leim-list-file-name, don't load a hardcoded leim-list.el in this function.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 13 Feb 2009 15:18:19 +0000
parents e0a8715fdb1f
children 127dbf03e1af
line wrap: on
line diff
--- a/lisp/mule/mule-cmds.el	Wed Feb 11 11:09:35 2009 -0700
+++ b/lisp/mule/mule-cmds.el	Fri Feb 13 15:18:19 2009 +0000
@@ -1518,8 +1518,7 @@
     (setq Manual-use-rosetta-man nil))
   
   ;; Register available input methods by loading LEIM list file.
-  (load "leim-list.el" 'noerror 'nomessage 'nosuffix)
-  )
+  (load leim-list-file-name 'noerror 'nomessage 'nosuffix))
 
 ;; Code deleted: init-mule-tm (Enable the tm package by default)