* calendar/cal-html.el (cal-html-insert-agenda-days): Fix typo. (tiny change)
Fixes: debbugs:12018
This commit is contained in:
parent
3193acd258
commit
b686ba0618
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue