diff options
| -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 @@ | |||
| 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) |