]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused local variable
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 00:23:49 +0000 (02:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 00:23:49 +0000 (02:23 +0200)
lisp/net/eww.el

index f225079577a9a5d126b4a37dabccaec5b2373372..10d9c47e8def31160cc9714787d572eb19200404 100644 (file)
@@ -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)