From: Stefan Kangas Date: Mon, 4 Sep 2023 16:27:54 +0000 (+0200) Subject: ; * lisp/net/shr.el (shr-count): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cefcb2f7900e9d19c801cde2b9a29731c986df9;p=emacs.git ; * lisp/net/shr.el (shr-count): Fix typo. --- diff --git a/lisp/net/shr.el b/lisp/net/shr.el index e130eea2fbe..84033c31ef4 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -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)))