emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp b84c172 2/3: * Interactive tag native compilation fu


From: Andrea Corallo
Subject: feature/native-comp b84c172 2/3: * Interactive tag native compilation function in emacs-lisp-mode
Date: Fri, 26 Feb 2021 14:29:22 -0500 (EST)

branch: feature/native-comp
commit b84c1727ea035cd47ab9ac5cb6627d402896f21d
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * 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 408da8a..d040fdd 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]