Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
704da6ee
Commit
704da6ee
authored
Nov 03, 2014
by
Lars Magne Ingebrigtsen
Browse files
shr typo fix from recent check-in
* net/shr.el (shr-retransform-dom): Typo fix.
parent
b0481eb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/net/shr.el
lisp/net/shr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
704da6ee
2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-retransform-dom): Typo fix.
* net/eww.el (eww-score-readability): Parse SVC images correctly.
(eww-display-html): Don't leave point inside forms.
...
...
lisp/net/shr.el
View file @
704da6ee
...
...
@@ -378,7 +378,7 @@ size, and full-buffer size."
(
dolist
(
elem
(
cdr
dom
))
(
cond
((
and
(
stringp
(
cdr
elem
))
(
eq
(
car
elem
)
'text
)
(
eq
(
car
elem
)
'text
)
)
(
push
(
cdr
elem
)
sub-nodes
))
((
not
(
listp
(
cdr
elem
)))
(
push
(
cons
(
intern
(
substring
(
symbol-name
(
car
elem
))
1
)
obarray
)
...
...
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