Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bf276a50
Commit
bf276a50
authored
Apr 01, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comments.
parent
aea566be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+3
-2
No files found.
lisp/calendar/diary-lib.el
View file @
bf276a50
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment