diff options
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 9ece1e8d2f0..e352739e8a9 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -67,6 +67,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) |