]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "; Fix last change."
authorEli Zaretskii <eliz@gnu.org>
Mon, 21 Oct 2024 05:22:56 +0000 (08:22 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 19:02:18 +0000 (21:02 +0200)
This reverts commit 75fa0cc1ae2b53fe169fdcfef52bee6719eb38a7.
The large part of it was committed by accident.

(cherry picked from commit 88a6a17adb7eff84e05d93ea357ae3eff9a84c48)

lisp/net/eww.el

index 63ad4ae78b7adf80fb5e2fcb120d20905a8058a5..17ebccc94537be7e54302d5f1577e1310f939bf3 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