mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
(Fsnarf_documentation): Remove unused variables `fun' and
`tem'.
This commit is contained in:
parent
7ef8bdb5aa
commit
24109c98ab
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ when doc strings are referred to later in the dumped Emacs.")
|
|||
register int filled;
|
||||
register int pos;
|
||||
register char *p, *end;
|
||||
Lisp_Object sym, fun, tem;
|
||||
Lisp_Object sym;
|
||||
char *name;
|
||||
|
||||
#ifndef CANNOT_DUMP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue