1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-11 10:20:33 -08:00

(syms_of_eval): Add missing defsubr.

This commit is contained in:
Karl Heuer 1995-07-28 08:16:47 +00:00
parent d7bf9bf5e4
commit 53e2440448

View file

@ -2711,6 +2711,7 @@ Otherwise, nil (in a bare Emacs without preloaded Lisp code).");
defsubr (&Sautoload);
defsubr (&Seval);
defsubr (&Sapply);
defsubr (&Srun_hook_with_args);
defsubr (&Sfuncall);
defsubr (&Sfetch_bytecode);
defsubr (&Sbacktrace_debug);