]> git.eshelyaron.com Git - emacs.git/commitdiff
Add mouse-highlight.
authorKim F. Storm <storm@cua.dk>
Sun, 17 Feb 2002 00:33:21 +0000 (00:33 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 17 Feb 2002 00:33:21 +0000 (00:33 +0000)
lisp/ChangeLog
lisp/cus-start.el

index 96bb1a739b86532cf266a9477d962041f033add1..f75913f5c642e0ea272db8e5abff488bb44c58f7 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-17  Kim F. Storm  <storm@cua.dk>
+
+       * cus-start.el: Add mouse-highlight.
+
 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * Makefile.in (DONTCOMPILE): Remove cus-start.el.
index 03c511cf68c6caaf7816687c571b3b542d61b674..724b79afb748fd75c83c2f7421fa3e28cea3865f 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