aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-05-20 15:04:44 +0000
committerDave Love2002-05-20 15:04:44 +0000
commit5e3097cd9d9006ab63f092f68a85e96ece71791e (patch)
tree09ff3f34c99f27ed817505a14910317cf80743ac
parent41cbe562e6f1eec39a045aa27f28e9e798fd56dd (diff)
downloademacs-5e3097cd9d9006ab63f092f68a85e96ece71791e.tar.gz
emacs-5e3097cd9d9006ab63f092f68a85e96ece71791e.zip
Add charset-map-directory.
-rw-r--r--lisp/cus-start.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 724b79afb74..d650602487f 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -64,6 +64,8 @@
64 (exec-path execute 64 (exec-path execute
65 (repeat (choice (const :tag "default" nil) 65 (repeat (choice (const :tag "default" nil)
66 (file :format "%v")))) 66 (file :format "%v"))))
67 ;; charset.c
68 (charset-map-directory installation directory)
67 ;; coding.c 69 ;; coding.c
68 (inhibit-eol-conversion mule boolean) 70 (inhibit-eol-conversion mule boolean)
69 (eol-mnemonic-undecided mule string) 71 (eol-mnemonic-undecided mule string)