That's a bug

This commit is contained in:
Benson Chu 2023-02-01 17:41:37 -06:00
parent f39ecb4f41
commit 3e6b42f0de

View file

@ -64,7 +64,7 @@ commands of Compilation major mode are available. See
:around
#'my/enable-comp-keys-if-separate-mode)
(defun my/compilation-start-should-goto-end-of-buffer (_command &optional mode)
(defun my/compilation-start-should-goto-end-of-buffer (_command &optional mode &rest _)
(unless mode
(goto-char (point-max))))