From: Kim F. Storm Date: Sun, 17 Feb 2002 00:33:21 +0000 (+0000) Subject: Add mouse-highlight. X-Git-Tag: ttn-vms-21-2-B4~16606 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=140fb7ffedd4e93eb5d6c19925a6d7f83295b1b2;p=emacs.git Add mouse-highlight. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96bb1a739b8..f75913f5c64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-02-17 Kim F. Storm + + * cus-start.el: Add mouse-highlight. + 2002-02-16 Eli Zaretskii * Makefile.in (DONTCOMPILE): Remove cus-start.el. diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 03c511cf68c..724b79afb74 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -124,6 +124,9 @@ (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