1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00: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