From 140fb7ffedd4e93eb5d6c19925a6d7f83295b1b2 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 17 Feb 2002 00:33:21 +0000 Subject: [PATCH] Add mouse-highlight. --- lisp/ChangeLog | 4 ++++ lisp/cus-start.el | 3 +++ 2 files changed, 7 insertions(+) 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 -- 2.39.2