Add mouse-highlight.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user