1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Remove duplicate menu item in 'eww'

* lisp/net/eww.el (eww-mode-map): Delete "Exit" menu item.
It once called 'eww-quit', which was deleted in Dec 2013, so
now it does the same as "Close browser" menu item.
(Bug#79284)
This commit is contained in:
john muhl 2025-07-24 20:41:51 -05:00 committed by Eli Zaretskii
parent c6bf09d5c3
commit 6392f5d61f

View file

@ -1356,7 +1356,6 @@ This consults the entries in `eww-readable-urls' (which see)."
"<mouse-9>" #'eww-forward-url
:menu '("Eww"
["Exit" quit-window t]
["Close browser" quit-window t]
["Reload" eww-reload t]
["Follow URL in new buffer" eww-open-in-new-buffer]