diff lisp/cus-start.el @ 89789:fabd2ab3819f

Handle charset-map-path, not charset-map-directory.
author Kenichi Handa <handa@m17n.org>
date Fri, 30 Jan 2004 04:52:43 +0000
parents 2f877ed80fa6
children 68c22ea6027c
line wrap: on
line diff
--- a/lisp/cus-start.el	Fri Jan 30 04:51:32 2004 +0000
+++ b/lisp/cus-start.el	Fri Jan 30 04:52:43 2004 +0000
@@ -68,7 +68,8 @@
 			(repeat (choice (const :tag "default" nil)
 					(file :format "%v"))))
 	     ;; charset.c
-	     (charset-map-directory installation directory)
+	     (charset-map-path installation
+			       (repeat (directory :format "%v")))
 	     ;; coding.c
 	     (inhibit-eol-conversion mule boolean)
 	     (eol-mnemonic-undecided mule string)