diff options
| author | Kenichi Handa | 2004-01-30 04:52:43 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-01-30 04:52:43 +0000 |
| commit | c11f69e19f11fb7fe62e997095765db3e49d0e54 (patch) | |
| tree | ace6f9f1b467504cfffeaa9835e35936e3d37286 | |
| parent | cf411e8d0172bfb6427344f53bbe9bd22968eb4b (diff) | |
| download | emacs-c11f69e19f11fb7fe62e997095765db3e49d0e54.tar.gz emacs-c11f69e19f11fb7fe62e997095765db3e49d0e54.zip | |
Handle charset-map-path, not charset-map-directory.
| -rw-r--r-- | lisp/cus-start.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 68 | (repeat (choice (const :tag "default" nil) | 68 | (repeat (choice (const :tag "default" nil) |
| 69 | (file :format "%v")))) | 69 | (file :format "%v")))) |
| 70 | ;; charset.c | 70 | ;; charset.c |
| 71 | (charset-map-directory installation directory) | 71 | (charset-map-path installation |
| 72 | (repeat (directory :format "%v"))) | ||
| 72 | ;; coding.c | 73 | ;; coding.c |
| 73 | (inhibit-eol-conversion mule boolean) | 74 | (inhibit-eol-conversion mule boolean) |
| 74 | (eol-mnemonic-undecided mule string) | 75 | (eol-mnemonic-undecided mule string) |