[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master e289f7dbb4f 2/3: ; Reapply a fix for recent change in eww.el
From: |
Eli Zaretskii |
Subject: |
master e289f7dbb4f 2/3: ; Reapply a fix for recent change in eww.el |
Date: |
Mon, 21 Oct 2024 01:26:39 -0400 (EDT) |
branch: master
commit e289f7dbb4f04776e8327e7865a9082078c084a9
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; Reapply a fix for recent change in eww.el
* lisp/net/eww.el (eww--list-buffers-display-table)
(eww-buffers-mode): Fix coding conventions.
---
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