From ae4878c53bbef53f9bf98d09e5ab9be91e8cef15 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 28 Sep 2025 08:19:48 +0300 Subject: [PATCH] Revert "Fix bug#79518 with 'windmove-mode' in "C-h m" display" This reverts commit bf750adc4e637d871d551bab5b5c6ff9240797ed. It caused windmove to be loaded unconditionally. The correct "fix" for bug#79518 is to load the package or to toggle the mode. --- lisp/windmove.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/windmove.el b/lisp/windmove.el index b572d5b76be..ed76c67ac46 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el @@ -520,10 +520,8 @@ stopped because it wouldn't move into a window marked with (define-minor-mode windmove-mode "Global minor mode for default windmove commands." :keymap windmove-mode-map - :initialize 'custom-initialize-delay :init-value t - :global t - :group 'windows) + :global t) (defun windmove-install-defaults (prefix modifiers alist &optional uninstall) "Install keys as specified by ALIST.