Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b686ba06
Commit
b686ba06
authored
Aug 01, 2012
by
Rupert Swarbrick
Committed by
Glenn Morris
Aug 01, 2012
Browse files
* calendar/cal-html.el (cal-html-insert-agenda-days): Fix typo. (tiny change)
Fixes: debbugs:12018
parent
3193acd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/cal-html.el
lisp/calendar/cal-html.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b686ba06
2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
* calendar/cal-html.el (cal-html-insert-agenda-days):
Fix typo. (Bug#12018)
2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
Shell processes: enhancements to startup and CEDET compatibility.
...
...
lisp/calendar/cal-html.el
View file @
b686ba06
...
...
@@ -396,7 +396,7 @@ holidays in HOLIDAY-LIST."
;; Diary entries.
cal-html-b-tabledata-string
(
cal-html-htmlify-list
holiday-list
date
t
)
(
and
holiday-list
diary-list
"<BR>\n"
)
(
if
(
and
holiday-list
diary-list
)
"<BR>\n"
""
)
(
cal-html-htmlify-list
diary-list
date
)
cal-html-e-tabledata-string
cal-html-e-tablerow-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