summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2023-02-13 10:15:33 +0100
committerAndrea Corallo <akrl@sdf.org>2023-02-13 10:15:33 +0100
commit3969a34fa1ba1647665c662ce0a594b92f3f9d87 (patch)
treec11774f1d7fb7335bbd36e9bc1b9b9b19d086f3a /lisp/subr.el
parentcc30422825a5acf460d026bfe912b327b70dedcf (diff)
downloademacs-3969a34fa1ba1647665c662ce0a594b92f3f9d87.tar.gz
Revert "Rename to inhibit-automatic-native-compilation"
This reverts commit f97993ee667f9be7589825f3a4fbc095d6944ec6.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 9e6388987df..6282abc1b16 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1895,7 +1895,7 @@ instead; it will indirectly limit the specpdl stack size as well.")
(make-obsolete-variable 'max-specpdl-size nil "29.1")
(make-obsolete-variable 'native-comp-deferred-compilation
- 'inhibit-automatic-native-compilation "29.1")
+ 'inhibit-native-compilation "29.1")
;;;; Alternate names for functions - these are not being phased out.