diff options
author | Dave Love <fx@gnu.org> | 2002-05-20 15:04:44 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-05-20 15:04:44 +0000 |
commit | 5e3097cd9d9006ab63f092f68a85e96ece71791e (patch) | |
tree | 09ff3f34c99f27ed817505a14910317cf80743ac /lisp/cus-start.el | |
parent | 41cbe562e6f1eec39a045aa27f28e9e798fd56dd (diff) | |
download | emacs-5e3097cd9d9006ab63f092f68a85e96ece71791e.tar.gz emacs-5e3097cd9d9006ab63f092f68a85e96ece71791e.tar.bz2 emacs-5e3097cd9d9006ab63f092f68a85e96ece71791e.zip |
Add charset-map-directory.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
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 @@ (exec-path execute (repeat (choice (const :tag "default" nil) (file :format "%v")))) + ;; charset.c + (charset-map-directory installation directory) ;; coding.c (inhibit-eol-conversion mule boolean) (eol-mnemonic-undecided mule string) |