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:
parent
1d512c6de7
commit
2e267a2e77
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user