projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173af0c
)
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode-menu): Simplify condition.
author
Andrea Corallo
<acorallo@gnu.org>
Thu, 10 Aug 2023 08:34:01 +0000
(10:34 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Thu, 10 Aug 2023 08:34:01 +0000
(10:34 +0200)
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 5343be48bb30808c44ae846cc59d3ced6a650c5e..4d92bed62361b52a651c2d8762cfba16d8019ef3 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-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"]
"---"