1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 08:00:48 -08:00
emacs/lisp/vc
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
..
add-log.el Revert "Correctly fill generated ChangeLog entries" 2025-02-26 07:22:27 +01:00
compare-w.el
cvs-status.el
diff-mode.el ; * lisp/vc/diff-mode.el (diff-mode-shared-map): Document. 2025-05-13 10:09:26 +01:00
diff.el Merge from origin/emacs-30 2025-03-01 10:01:54 -05:00
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el
ediff-mult.el Guard against user saving ediff-meta-diff-buffer 2025-03-09 08:10:17 -03:00
ediff-ptch.el
ediff-util.el Adapt ediff to nonstandard layouts 2025-03-21 20:56:12 -04:00
ediff-vers.el Fix unwanted revert file prompt after repeated vc-ediff (bug#11605) 2025-03-04 11:58:15 +08:00
ediff-wind.el ; * lisp/vc/ediff-wind.el (ediff-with-live-window): Use cl-once-only 2025-04-07 10:19:58 +08:00
ediff.el ediff-current-file: New optional startup-hooks arg 2025-04-05 09:36:29 +08:00
emerge.el Fix emerge.el for remote files 2025-04-20 18:16:14 +02:00
log-edit.el ; * lisp/vc/log-edit.el (log-edit-show-diff): Insert comma. 2025-06-12 11:17:27 +01:00
log-view.el New user option: vc-allow-async-diff 2025-06-13 06:00:52 +03:00
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el Fix regression in 'kill-this-buffer' (bug#78809) 2025-06-17 16:08:32 +02:00
smerge-mode.el
vc-annotate.el New user option: vc-allow-async-diff 2025-06-13 06:00:52 +03:00
vc-bzr.el VC: Deprecate log-incoming and log-outgoing backend functions 2025-06-06 09:53:32 +01:00
vc-cvs.el
vc-dir.el New user option vc-dir-hide-up-to-date-on-revert 2025-05-29 12:53:51 +01:00
vc-dispatcher.el vc-finish-logentry: Fix syncing buffers: include whole fileset 2025-06-12 11:15:56 +01:00
vc-filewise.el
vc-git.el New user option: vc-allow-async-diff 2025-06-13 06:00:52 +03:00
vc-hg.el New user option: vc-allow-async-diff 2025-06-13 06:00:52 +03:00
vc-hooks.el Move a vc option to a preloaded file 2025-04-01 14:16:02 -03:00
vc-rcs.el New user option: vc-allow-async-diff 2025-06-13 06:00:52 +03:00
vc-sccs.el
vc-src.el
vc-svn.el New buffer-local vc-buffer-overriding-fileset and vc-buffer-revision 2025-04-11 11:46:05 +08:00
vc.el New user option: vc-allow-async-diff 2025-06-13 06:00:52 +03:00