aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-17 22:26:54 +0000
committerMarkus Rost2002-11-17 22:26:54 +0000
commitebea495a18b62af88f0665ca472e3eaac0170dc7 (patch)
tree74d242000cdda8573ad04f1470b5d5d1a6b7b440
parent6dfd1bcc543f505d8bbc579c6b358744b5e7cfd6 (diff)
downloademacs-ebea495a18b62af88f0665ca472e3eaac0170dc7.tar.gz
emacs-ebea495a18b62af88f0665ca472e3eaac0170dc7.zip
(diary-button-face): Add group and version number.
-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