aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorYuuki Harano2021-05-06 21:47:23 +0900
committerYuuki Harano2021-05-06 21:47:23 +0900
commitff3d7190bbaebf196c0ac7f84d4869fa9362276f (patch)
treee00d8dd9815703e4081abb7d5a3efae52d1a6eb0 /src/comp.c
parent5b97b98daa7f61311c3662beecbeca7037505992 (diff)
parent896384b542cabdc000eafb80c9082830f692bbb2 (diff)
downloademacs-ff3d7190bbaebf196c0ac7f84d4869fa9362276f.tar.gz
emacs-ff3d7190bbaebf196c0ac7f84d4869fa9362276f.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index a4dba435b4a..89667b2febc 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -5403,7 +5403,7 @@ For internal use. */);
5403 doc: /* When non-nil assume the file being compiled to 5403 doc: /* When non-nil assume the file being compiled to
5404be preloaded. */); 5404be preloaded. */);
5405 5405
5406 Fprovide (intern_c_string ("nativecomp"), Qnil); 5406 Fprovide (intern_c_string ("native-compile"), Qnil);
5407#endif /* #ifdef HAVE_NATIVE_COMP */ 5407#endif /* #ifdef HAVE_NATIVE_COMP */
5408 5408
5409 defsubr (&Snative_comp_available_p); 5409 defsubr (&Snative_comp_available_p);