From c11f69e19f11fb7fe62e997095765db3e49d0e54 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 30 Jan 2004 04:52:43 +0000 Subject: [PATCH] Handle charset-map-path, not charset-map-directory. --- lisp/cus-start.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index e352739e8a9..0f036a167e0 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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) -- 2.39.5