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:
parent
90e87070b5
commit
140fb7ffed
2 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue