(parse_charset_map): Remove an unused variable.
[bpt/emacs.git] / lisp / cus-start.el
index 7d24642..724b79a 100644 (file)
               (repeat (cons :format "%v"
                             (symbol :tag "Parameter")
                             (sexp :tag "Value"))))
+            (mouse-highlight mouse (choice (const :tag "disabled" nil)
+                                           (const :tag "always shown" t)
+                                           (other :tag "hidden by keypress" 1)))
             ;; indent.c
             (indent-tabs-mode fill boolean)
             ;; keyboard.c
             (scroll-step windows integer)
             (scroll-conservatively windows integer)
             (scroll-margin windows integer)
+            (automatic-hscroll-margin windows integer "21.3")
+            (automatic-hscroll-step windows number "21.3")
             (truncate-partial-width-windows display boolean)
             (mode-line-inverse-video modeline boolean)
             (mode-line-in-non-selected-windows modeline boolean "21.3")