diff options
| -rw-r--r-- | lisp/net/shr.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index c0f8c72d5b6..189873d8cef 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el | |||
| @@ -2364,7 +2364,6 @@ flags that control whether to collect or render objects." | |||
| 2364 | (car (window-text-pixel-size nil (point-min) (point-max))))))) | 2364 | (car (window-text-pixel-size nil (point-min) (point-max))))))) |
| 2365 | 2365 | ||
| 2366 | (defun shr-render-td (dom width fill) | 2366 | (defun shr-render-td (dom width fill) |
| 2367 | (setq d dom) | ||
| 2368 | (let ((cache (intern (format "shr-td-cache-%s-%s" width fill)))) | 2367 | (let ((cache (intern (format "shr-td-cache-%s-%s" width fill)))) |
| 2369 | (or (dom-attr dom cache) | 2368 | (or (dom-attr dom cache) |
| 2370 | (and fill | 2369 | (and fill |