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:
parent
6dfd1bcc54
commit
ebea495a18
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue