# HG changeset patch # User Kenichi Handa # Date 1075438363 0 # Node ID fabd2ab3819f77baea450b67f8b24abc35a3d92f # Parent 64f9915771f53dab63e0df122ec0f1251353ab29 Handle charset-map-path, not charset-map-directory. diff -r 64f9915771f5 -r fabd2ab3819f lisp/cus-start.el --- 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)