emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0bf8884: * lisp/net/shr.el (shr-collect-extra-strin


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master 0bf8884: * lisp/net/shr.el (shr-collect-extra-strings-in-table): Fix indentation.
Date: Mon, 14 Nov 2016 06:56:16 +0000 (UTC)

branch: master
commit 0bf888422d52a46985f68f6f8fd53cf7f889ee60
Author: Katsumi Yamaoka <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    * lisp/net/shr.el (shr-collect-extra-strings-in-table): Fix indentation.
---
 lisp/net/shr.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 9628ac2..5660355 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -1948,8 +1948,8 @@ boolean flags that control whether to collect or render 
objects."
                     do (setq recurse nil)
                        (shr-tag-table child)
                   end end end end end end end end end
-              when recurse
-                append (shr-collect-extra-strings-in-table child flags)))
+          when recurse
+            append (shr-collect-extra-strings-in-table child flags)))
 
 (defun shr-insert-table (table widths)
   (let* ((collapse (equal (cdr (assq 'border-collapse shr-stylesheet))



reply via email to

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