Files
emacs/lisp/net
Stephen Berman 79e50ddb9c Fix regression in 'kill-this-buffer' (bug#78809)
This restores the ability to use 'kill-this-buffer' when a
keyboard event pops up the Global Menu.  Instead of raising an
error if the command was not called by a mouse event, an error is
now raised if it was not called from a menu or a tool bar.

* lisp/menu-bar.el (kill-this-buffer): Remove optional EVENT from
argument list and "e" code from interactive spec.  Adjust doc
string.  Use 'last-command-event' to determine if command was
called from a menu or a tool bar.  Use 'event--posn-at-point' in
test for frame.

* lisp/net/eudc-hotlist.el (eudc-hotlist-quit-edit):
* lisp/net/eudc.el (eudc-display-records, eudc-query-form):
* lisp/vc/pcvs.el (cvs-mode-map): Replace uses of
'kill-this-buffer' by 'kill-current-buffer'.
2025-06-17 16:08:32 +02:00
..
2025-05-18 15:48:54 -04:00
2025-04-05 07:07:29 -04:00
2025-03-30 15:53:47 +02:00
2025-03-30 15:53:47 +02:00
2025-05-31 15:08:06 +02:00
2025-04-05 07:07:29 -04:00
2025-05-31 15:08:06 +02:00
2025-03-30 15:53:47 +02:00
2025-03-30 15:53:47 +02:00
2025-03-30 15:53:47 +02:00
2025-06-05 16:29:18 +02:00
2025-04-05 07:07:29 -04:00
2025-06-05 16:29:18 +02:00
2025-05-31 15:08:06 +02:00
2025-05-31 15:08:06 +02:00
2025-04-05 07:07:29 -04:00
2025-05-24 06:46:32 -04:00