# HG changeset patch # User Aidan Kehoe # Date 1234538299 0 # Node ID ba06a6cae4841f3d40d4d3334dc6c7bd4da61e8b # Parent afbfad080ddd46dd1a5b6be0dca8c1d81d7961fd Actually use leim-list-file-name, #'init-mule-at-startup. lisp/ChangLog addition. 2009-02-13 Aidan Kehoe * 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. diff -r afbfad080ddd -r ba06a6cae484 lisp/ChangeLog --- 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 + + * 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 * coding.el (query-coding-string): diff -r afbfad080ddd -r ba06a6cae484 lisp/mule/mule-cmds.el --- 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)