aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/diary-lib.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index 2905583a610..e0529c1c724 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -415,7 +415,9 @@ changing the variable `diary-include-string'."
415 415
416(defface diary-button-face '((((type pc) (class color)) 416(defface diary-button-face '((((type pc) (class color))
417 (:foreground "lightblue"))) 417 (:foreground "lightblue")))
418 "Default face used for buttons.") 418 "Default face used for buttons."
419 :version "21.4"
420 :group 'diary)
419 421
420(define-button-type 'diary-entry 422(define-button-type 'diary-entry
421 'action #'diary-goto-entry 423 'action #'diary-goto-entry