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:
parent
d7bf9bf5e4
commit
53e2440448
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue