Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fe4606f9
Commit
fe4606f9
authored
Dec 25, 2015
by
Lars Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use cl-reduce, not reduce.
parent
cdaf3302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/net/shr.el
lisp/net/shr.el
+2
-2
No files found.
lisp/net/shr.el
View file @
fe4606f9
...
...
@@ -1588,8 +1588,8 @@ The preference is a float determined from `shr-prefer-media-type'."
(
car
tbodies
))
(
t
;; Table with multiple tbodies. Convert into a single tbody.
`
(
tbody
nil
,@
(
reduce
'append
(
mapcar
'dom-non-text-children
tbodies
)))))))
`
(
tbody
nil
,@
(
cl-reduce
'append
(
mapcar
'dom-non-text-children
tbodies
)))))))
(
defun
shr-tag-table
(
dom
)
(
shr-ensure-paragraph
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment