From 3e6b42f0de9947cf950f33fe6ebbba56daee33f1 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 1 Feb 2023 17:41:37 -0600 Subject: [PATCH] That's a bug --- lisp/llvm-lib/my-comp-minor-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/llvm-lib/my-comp-minor-mode.el b/lisp/llvm-lib/my-comp-minor-mode.el index 8f42a60..7f9e810 100644 --- a/lisp/llvm-lib/my-comp-minor-mode.el +++ b/lisp/llvm-lib/my-comp-minor-mode.el @@ -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))))