From: Andrea Corallo Date: Fri, 26 Feb 2021 18:57:41 +0000 (+0100) Subject: * Interactive tag native compilation function in emacs-lisp-mode X-Git-Tag: emacs-28.0.90~2727^2~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b84c1727ea035cd47ab9ac5cb6627d402896f21d;p=emacs.git * 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'. --- 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)))