From b84c1727ea035cd47ab9ac5cb6627d402896f21d Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Fri, 26 Feb 2021 19:57:41 +0100 Subject: [PATCH] * Interactive tag native compilation function in emacs-lisp-mode * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile-and-load): Tag it for `emacs-lisp-mode'. --- lisp/progmodes/elisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 408da8a9628..d040fdda28c 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -212,7 +212,7 @@ Load the compiled code when finished. Use `emacs-lisp-byte-compile-and-load' in combination with `comp-deferred-compilation' set to `t' to achieve asynchronous native compilation." - (interactive) + (interactive nil emacs-lisp-mode) (emacs-lisp--before-compile-buffer) (load (native-compile buffer-file-name))) -- 2.39.2