1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

(Fmacroexpand): Don't declare `form' as register.

This commit is contained in:
Richard M. Stallman 1996-09-04 05:42:28 +00:00
parent 1d512c6de7
commit 2e267a2e77

View File

@ -792,7 +792,7 @@ in place of FORM. When a non-macro-call results, it is returned.\n\n\
The second optional arg ENVIRONMENT species an environment of macro\n\
definitions to shadow the loaded ones for use in file byte-compilation.")
(form, environment)
register Lisp_Object form;
Lisp_Object form;
Lisp_Object environment;
{
/* With cleanups from Hallvard Furuseth. */