summaryrefslogtreecommitdiff
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index d48a0f248eb..e003e4f4622 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -106,6 +106,9 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
(exec-path execute
(repeat (choice (const :tag "default directory" nil)
(directory :format "%v"))))
+ ;; charset.c
+ (charset-map-path installation
+ (repeat (directory :format "%v")))
;; coding.c
(inhibit-eol-conversion mule boolean)
(eol-mnemonic-undecided mule string)
@@ -122,11 +125,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
:value (undecided . undecided)
(coding-system :tag "Decoding")
(coding-system :tag "Encoding"))
- (coding-system
- :tag "Single coding system"
- :value undecided
- :match (lambda (widget value)
- (and value (not (functionp value)))))
+ (coding-system :tag "Single coding system"
+ :value undecided)
(function :value ignore))))
(selection-coding-system mule coding-system)
;; dired.c