From 3b1ef08dcc2a6f7b50aa14af3555c1db1550c9e9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 21 Oct 2024 08:22:56 +0300 Subject: [PATCH] Revert "; Fix last change." This reverts commit 75fa0cc1ae2b53fe169fdcfef52bee6719eb38a7. The large part of it was committed by accident. (cherry picked from commit 88a6a17adb7eff84e05d93ea357ae3eff9a84c48) --- lisp/net/eww.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 63ad4ae78b7..17ebccc9453 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -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 -- 2.39.2