Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b3099c46
Commit
b3099c46
authored
Jan 25, 1996
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(simple-diary-display, fancy-diary-display): Pass proper format string to message.
parent
4120f5f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+2
-2
No files found.
lisp/calendar/diary-lib.el
View file @
b3099c46
...
@@ -385,7 +385,7 @@ changing the variable `diary-include-string'."
...
@@ -385,7 +385,7 @@ changing the variable `diary-include-string'."
(
and
(
not
(
cdr
diary-entries-list
))
(
and
(
not
(
cdr
diary-entries-list
))
(
string-equal
(
car
(
cdr
(
car
diary-entries-list
)))
""
)))
(
string-equal
(
car
(
cdr
(
car
diary-entries-list
)))
""
)))
(
if
(
<=
(
length
msg
)
(
frame-width
))
(
if
(
<=
(
length
msg
)
(
frame-width
))
(
message
msg
)
(
message
"%s"
msg
)
(
set-buffer
(
get-buffer-create
holiday-buffer
))
(
set-buffer
(
get-buffer-create
holiday-buffer
))
(
setq
buffer-read-only
nil
)
(
setq
buffer-read-only
nil
)
(
calendar-set-mode-line
date-string
)
(
calendar-set-mode-line
date-string
)
...
@@ -422,7 +422,7 @@ This function is provided for optional use as the `diary-display-hook'."
...
@@ -422,7 +422,7 @@ This function is provided for optional use as the `diary-display-hook'."
(
concat
date-string
(
if
holiday-list
":"
""
))
(
concat
date-string
(
if
holiday-list
":"
""
))
(
mapconcat
'identity
holiday-list
"; "
))))
(
mapconcat
'identity
holiday-list
"; "
))))
(
if
(
<=
(
length
msg
)
(
frame-width
))
(
if
(
<=
(
length
msg
)
(
frame-width
))
(
message
msg
)
(
message
"%s"
msg
)
(
set-buffer
(
get-buffer-create
holiday-buffer
))
(
set-buffer
(
get-buffer-create
holiday-buffer
))
(
setq
buffer-read-only
nil
)
(
setq
buffer-read-only
nil
)
(
calendar-set-mode-line
date-string
)
(
calendar-set-mode-line
date-string
)
...
...
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