emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6b68f92: Remove debugging from previous shr.el patc


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 6b68f92: Remove debugging from previous shr.el patch
Date: Fri, 23 Aug 2019 03:59:18 -0400 (EDT)

branch: master
commit 6b68f92166df6fcd78a9223deb3d0137a6f60748
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove debugging from previous shr.el patch
---
 lisp/net/shr.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index c0f8c72..189873d 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -2364,7 +2364,6 @@ flags that control whether to collect or render objects."
        (car (window-text-pixel-size nil (point-min) (point-max)))))))
 
 (defun shr-render-td (dom width fill)
-  (setq d dom)
   (let ((cache (intern (format "shr-td-cache-%s-%s" width fill))))
     (or (dom-attr dom cache)
        (and fill



reply via email to

[Prev in Thread] Current Thread [Next in Thread]