projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c4a02
)
Remove unused local variable
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 13 Apr 2018 00:23:49 +0000
(
02:23
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 13 Apr 2018 00:23:49 +0000
(
02:23
+0200)
lisp/net/eww.el
patch
|
blob
|
history
diff --git
a/lisp/net/eww.el
b/lisp/net/eww.el
index f225079577a9a5d126b4a37dabccaec5b2373372..10d9c47e8def31160cc9714787d572eb19200404 100644
(file)
--- a/
lisp/net/eww.el
+++ b/
lisp/net/eww.el
@@
-1239,8
+1239,7
@@
See URL `https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input'.")
:eww-form eww-form))
(options nil)
(start (point))
- (max 0)
- opelem)
+ (max 0))
(dolist (elem (dom-non-text-children dom))
(when (eq (dom-tag elem) 'option)
(when (dom-attr elem 'selected)