diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/shr.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4cb4a613d29..ca7226a1443 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-01 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | ||
| 2 | |||
| 3 | * net/shr.el (shr-tag-table): Fix comment typo. | ||
| 4 | |||
| 1 | 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * net/eww.el (eww-follow-link): New command to avoid reloading | 7 | * net/eww.el (eww-follow-link): New command to avoid reloading |
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index a7f1f9c88f5..cc18707c8ae 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el | |||
| @@ -1332,7 +1332,7 @@ ones, in case fg and bg are nil." | |||
| 1332 | (if caption `((tr (td ,@caption)))) | 1332 | (if caption `((tr (td ,@caption)))) |
| 1333 | (if header | 1333 | (if header |
| 1334 | (if footer | 1334 | (if footer |
| 1335 | ;; hader + body + footer | 1335 | ;; header + body + footer |
| 1336 | (if (= nheader nbody) | 1336 | (if (= nheader nbody) |
| 1337 | (if (= nbody nfooter) | 1337 | (if (= nbody nfooter) |
| 1338 | `((tr (td (table (tbody ,@header ,@body ,@footer))))) | 1338 | `((tr (td (table (tbody ,@header ,@body ,@footer))))) |