carbon2-commit: Actually use leim-list-file-name, #'init-mule-at-startup.

Aidan Kehoe aidan-guest at alioth.debian.org
Mon Mar 2 18:06:48 EST 2009


changeset:   4656:ba06a6cae4841f3d40d4d3334dc6c7bd4da61e8b
parent:      4654:afbfad080ddd46dd1a5b6be0dca8c1d81d7961fd
user:        Aidan Kehoe <kehoea at parhasard.net>
date:        Fri Feb 13 15:18:19 2009 +0000
files:       lisp/ChangeLog lisp/mule/mule-cmds.el
description:
Actually use leim-list-file-name, #'init-mule-at-startup.

lisp/ChangLog addition.

2009-02-13  Aidan Kehoe  <kehoea at 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.


diff -r afbfad080ddd46dd1a5b6be0dca8c1d81d7961fd -r ba06a6cae4841f3d40d4d3334dc6c7bd4da61e8b 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-11  Aidan Kehoe  <kehoea at parhasa
+2009-02-13  Aidan Kehoe  <kehoea at 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 at parhasard.net>
 
 	* coding.el (query-coding-string): 
diff -r afbfad080ddd46dd1a5b6be0dca8c1d81d7961fd -r ba06a6cae4841f3d40d4d3334dc6c7bd4da61e8b 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 @@ of buffer-file-coding-system set by this
     (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)
 





More information about the XEmacs-Patches mailing list