From cfd614c6d897ba3e62a0f1073b5e7389d1ce3871 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 21 Oct 2024 08:25:06 +0300 Subject: [PATCH] ; Reapply a fix for recent change in eww.el * lisp/net/eww.el (eww--list-buffers-display-table) (eww-buffers-mode): Fix coding conventions. (cherry picked from commit e289f7dbb4f04776e8327e7865a9082078c084a9) --- 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 17ebccc9453..63ad4ae78b7 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