]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/shr.el (shr-count): Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Mon, 4 Sep 2023 16:27:54 +0000 (18:27 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 4 Sep 2023 16:27:54 +0000 (18:27 +0200)
lisp/net/shr.el

index e130eea2fbe5552552d9c538dd8709a55eaa5f16..84033c31ef44d9f2bd237630b8a344b44ffdcfea 100644 (file)
@@ -2617,7 +2617,7 @@ flags that control whether to collect or render objects."
     columns))
 
 (defun shr-count (dom elem)
-  (seq-count (lambda (x)
+  (seq-count (lambda (sub)
                (and (not (stringp sub))
                     (eq (dom-tag sub) elem)))
              (dom-children dom)))