]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode-menu): Simplify condition.
authorAndrea Corallo <acorallo@gnu.org>
Thu, 10 Aug 2023 08:34:01 +0000 (10:34 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Thu, 10 Aug 2023 08:34:01 +0000 (10:34 +0200)
lisp/progmodes/elisp-mode.el

index 5343be48bb30808c44ae846cc59d3ced6a650c5e..4d92bed62361b52a651c2d8762cfba16d8019ef3 100644 (file)
@@ -86,8 +86,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map."
      :help "Recompile every `.el' file in DIRECTORY that needs recompilation"]
     ["Native-compile and Load" emacs-lisp-native-compile-and-load
      :help "Compile the current file to native code, then load compiled native code"
-     :active (and (featurep 'native-compile)
-                  (native-comp-available-p))]
+     :active (native-comp-available-p)]
     ["Disassemble Byte Compiled Object..." disassemble
      :help "Print disassembled code for OBJECT in a buffer"]
     "---"