diff options
| author | Katsumi Yamaoka | 2016-11-14 06:56:01 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2016-11-14 06:56:01 +0000 |
| commit | 0bf888422d52a46985f68f6f8fd53cf7f889ee60 (patch) | |
| tree | 98ff02f51bc06ab8db6122b0ca7fc8b2eebda6b6 | |
| parent | 99e7b99e43ade2b0b653547f901b0891884b92f6 (diff) | |
| download | emacs-0bf888422d52a46985f68f6f8fd53cf7f889ee60.tar.gz emacs-0bf888422d52a46985f68f6f8fd53cf7f889ee60.zip | |
* lisp/net/shr.el (shr-collect-extra-strings-in-table): Fix indentation.
| -rw-r--r-- | lisp/net/shr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 9628ac294ad..56603554b36 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." | |||
| 1948 | do (setq recurse nil) | 1948 | do (setq recurse nil) |
| 1949 | (shr-tag-table child) | 1949 | (shr-tag-table child) |
| 1950 | end end end end end end end end end | 1950 | end end end end end end end end end |
| 1951 | when recurse | 1951 | when recurse |
| 1952 | append (shr-collect-extra-strings-in-table child flags))) | 1952 | append (shr-collect-extra-strings-in-table child flags))) |
| 1953 | 1953 | ||
| 1954 | (defun shr-insert-table (table widths) | 1954 | (defun shr-insert-table (table widths) |
| 1955 | (let* ((collapse (equal (cdr (assq 'border-collapse shr-stylesheet)) | 1955 | (let* ((collapse (equal (cdr (assq 'border-collapse shr-stylesheet)) |