mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -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:
parent
c6bf09d5c3
commit
6392f5d61f
1 changed files with 0 additions and 1 deletions
|
|
@ -1356,7 +1356,6 @@ This consults the entries in `eww-readable-urls' (which see)."
|
||||||
"<mouse-9>" #'eww-forward-url
|
"<mouse-9>" #'eww-forward-url
|
||||||
|
|
||||||
:menu '("Eww"
|
:menu '("Eww"
|
||||||
["Exit" quit-window t]
|
|
||||||
["Close browser" quit-window t]
|
["Close browser" quit-window t]
|
||||||
["Reload" eww-reload t]
|
["Reload" eww-reload t]
|
||||||
["Follow URL in new buffer" eww-open-in-new-buffer]
|
["Follow URL in new buffer" eww-open-in-new-buffer]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue