mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
That's a bug
This commit is contained in:
parent
f39ecb4f41
commit
3e6b42f0de
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue