summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-01 02:47:05 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-01 02:47:05 +0000
commitbf276a50b36e858057a72633f194b0024d3f186b (patch)
tree9770d9a1aded801e9aa9ceb3b8ed3ee2789c002b /lisp/calendar
parentaea566be0fa9c10e9edc162bf74ffc78a308fc33 (diff)
downloademacs-bf276a50b36e858057a72633f194b0024d3f186b.tar.gz
Comments.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/diary-lib.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index 1d8589f35a5..c2d4e0c4f03 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -26,8 +26,7 @@
;;; Commentary:
-;; This collection of functions implements the diary features as described
-;; in calendar.el.
+;; See calendar.el.
;;; Code:
@@ -944,6 +943,7 @@ To use this function, add it to `diary-display-hook'."
(faceinfo marks)
temp-face)
(when marks
+ ;; FIXME duplicate code with calendar.el.
(setq temp-face (make-symbol
(apply
'concat "temp-face-"
@@ -956,6 +956,7 @@ To use this function, add it to `diary-display-hook'."
;; Remove :face info from the marks,
;; copy the face info into temp-face
(while (setq faceinfo (memq :face faceinfo))
+ ;; FIXME not read.
(copy-face (read (nth 1 faceinfo)) temp-face)
(setcar faceinfo nil)
(setcar (cdr faceinfo) nil))