changeset 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 afbfad080ddd
children ad2d2f4848f5
files lisp/ChangeLog lisp/mule/mule-cmds.el
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 11 11:09:35 2009 -0700
+++ b/lisp/ChangeLog	Fri Feb 13 15:18:19 2009 +0000
@@ -1,3 +1,9 @@
+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. 
+
 2009-02-11  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* coding.el (query-coding-string): 
--- 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)