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:
parent
6dfd1bcc54
commit
ebea495a18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user