]> git.eshelyaron.com Git - emacs.git/commitdiff
; Reapply a fix for recent change in eww.el
authorEli Zaretskii <eliz@gnu.org>
Mon, 21 Oct 2024 05:25:06 +0000 (08:25 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 19:02:23 +0000 (21:02 +0200)
* lisp/net/eww.el (eww--list-buffers-display-table)
(eww-buffers-mode): Fix coding conventions.

(cherry picked from commit e289f7dbb4f04776e8327e7865a9082078c084a9)

lisp/net/eww.el

index 17ebccc94537be7e54302d5f1577e1310f939bf3..63ad4ae78b7adf80fb5e2fcb120d20905a8058a5 100644 (file)
@@ -2617,7 +2617,7 @@ see)."
     (eww--list-buffers-display-table))
   (pop-to-buffer "*eww buffers*"))
 
-(defun eww--list-buffers-display-table (&optional ignore-auto noconfirm)
+(defun eww--list-buffers-display-table (&optional _ignore-auto _noconfirm)
   "Display a table with the list of eww buffers.
 Will remove all buffer contents first.  The parameters IGNORE-AUTO and
 NOCONFIRM are ignored, they are for compatibility with
@@ -2711,8 +2711,8 @@ The format of the data is (title url buffer), for use in of
   :interactive nil
   (buffer-disable-undo)
   (setq truncate-lines t
-        ;; this is set so that pressing "g" with point just below the
-        ;; table will still update the listing
+        ;; This is set so that pressing "g" with point just below the
+        ;; table will still update the listing.
         revert-buffer-function #'eww--list-buffers-display-table))
 
 ;;; Desktop support