1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-23 06:21:29 -07:00

(diary-button-face): Add group and version number.

This commit is contained in:
Markus Rost 2002-11-17 22:26:54 +00:00
parent 6dfd1bcc54
commit ebea495a18

View file

@ -415,7 +415,9 @@ changing the variable `diary-include-string'."
(defface diary-button-face '((((type pc) (class color))
(:foreground "lightblue")))
"Default face used for buttons.")
"Default face used for buttons."
:version "21.4"
:group 'diary)
(define-button-type 'diary-entry
'action #'diary-goto-entry