aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorAndrea Corallo2023-11-08 16:19:18 +0100
committerAndrea Corallo2023-11-09 12:34:26 +0100
commitc559f4e36827bd6c1e10e0cb15b0e58a5fdbc59e (patch)
tree0c1884684f54cecf8f75fdf19dde083fe4f81928 /admin
parentb2416d2c029eeda5fa9e663dbe3f0264adc57a50 (diff)
downloademacs-c559f4e36827bd6c1e10e0cb15b0e58a5fdbc59e.tar.gz
emacs-c559f4e36827bd6c1e10e0cb15b0e58a5fdbc59e.zip
comp: Add comp-common.el
* lisp/emacs-lisp/comp-common.el: New file. (comp-common): New group. (native-comp-verbose, native-comp-never-optimize-functions) (native-comp-async-env-modifier-form, comp-limple-calls) (comp-limple-sets, comp-limple-assignments) (comp-limple-branches, comp-limple-ops) (comp-limple-lock-keywords, comp-log-buffer-name, comp-log) (native-comp-limple-mode, comp-log-to-buffer) (comp-ensure-native-compiler, comp-trampoline-filename) (comp-eln-load-path-eff): Move here * lisp/emacs-lisp/comp-run.el (comp-common): Require. * lisp/emacs-lisp/comp.el (comp-common): Require. * admin/MAINTAINERS: Add comp-common.el * lisp/Makefile.in (COMPILE_FIRST): Likewise. * src/Makefile.in (elnlisp): Likewise.
Diffstat (limited to 'admin')
-rw-r--r--admin/MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
index fbb89f66006..f59c684e81f 100644
--- a/admin/MAINTAINERS
+++ b/admin/MAINTAINERS
@@ -133,6 +133,7 @@ Andrea Corallo
133 Lisp native compiler 133 Lisp native compiler
134 src/comp.c 134 src/comp.c
135 lisp/emacs-lisp/comp.el 135 lisp/emacs-lisp/comp.el
136 lisp/emacs-lisp/comp-common.el
136 lisp/emacs-lisp/comp-run.el 137 lisp/emacs-lisp/comp-run.el
137 lisp/emacs-lisp/comp-cstr.el 138 lisp/emacs-lisp/comp-cstr.el
138 test/src/comp-*.el 139 test/src/comp-*.el