]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-start.el
Update the description of version handling.
[gnu-emacs] / lisp / cus-start.el
index 3a9c9a508c0eec685b2126045e02493a43fbfe45..c09662ff60b3473d7f74ee25dc8de8d1495891c5 100644 (file)
             (ctl-arrow display boolean)
             (truncate-lines display boolean)
             (selective-display-ellipses display boolean)
-            (transient-mark-mode editing-basics boolean)
             (indicate-empty-lines display boolean "21.1")
-            (scroll-up-aggressively windows boolean "21.1")
-            (scroll-down-aggressively windows boolean "21.1")
+            (scroll-up-aggressively windows
+                                    (choice (const :tag "off" nil) number)
+                                    "21.1")
+            (scroll-down-aggressively windows
+                                      (choice (const :tag "off" nil) number)
+                                      "21.1")
             ;; callint.c
             (mark-even-if-inactive editing-basics boolean)
             ;; callproc.c
@@ -83,6 +86,7 @@
                            (coding-system :tag "Single coding system"
                                           :value undecided)
                            (function :value ignore))))
+            (selection-coding-system mule coding-system)
             ;; dired.c
             (completion-ignored-extensions dired 
                                            (repeat (string :format "%v")))
                                                     :format "%v")
                                            (other :tag "Unlimited" t)))
             (unibyte-display-via-language-environment mule boolean)
+            ;; xfaces.c
+            (scalable-fonts-allowed display boolean)
             ;; xfns.c
             (x-bitmap-file-path installation
                                 (repeat (directory :format "%v")))
        (put symbol 'custom-version version)))))
 
 (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
+(put 'selection-coding-system 'custom-set
+     (lambda (symbol value)
+       (set-selection-coding-system value)
+       (set symbol value)))
 
 ;; Record cus-start as loaded
 ;; if we have set up all the info that we can set up.