1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Add mouse-highlight.

This commit is contained in:
Kim F. Storm 2002-02-17 00:33:21 +00:00
parent 90e87070b5
commit 140fb7ffed
2 changed files with 7 additions and 0 deletions

View 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.

View file

@ -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