mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +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))
|
(defface diary-button-face '((((type pc) (class color))
|
||||||
(:foreground "lightblue")))
|
(:foreground "lightblue")))
|
||||||
"Default face used for buttons.")
|
"Default face used for buttons."
|
||||||
|
:version "21.4"
|
||||||
|
:group 'diary)
|
||||||
|
|
||||||
(define-button-type 'diary-entry
|
(define-button-type 'diary-entry
|
||||||
'action #'diary-goto-entry
|
'action #'diary-goto-entry
|
||||||
|
Loading…
Reference in New Issue
Block a user