shr typo fix from recent check-in
* net/shr.el (shr-retransform-dom): Typo fix.
This commit is contained in:
parent
b0481eb966
commit
704da6eeb4
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
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.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue