Mercurial > emacs
changeset 43376:9c7cb2a085f4
Add mouse-highlight.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 17 Feb 2002 00:31:20 +0000 |
parents | 7370da6d0364 |
children | eaf79263ffa9 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Sun Feb 17 00:11:37 2002 +0000 +++ b/lisp/cus-start.el Sun Feb 17 00:31:20 2002 +0000 @@ -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