Mercurial > emacs
diff src/eval.c @ 25783:17eb5827f07b
(Fsignal): Remove unused variables.
(Fcommandp, do_autoload): Ditto.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 20 Sep 1999 23:18:44 +0000 |
| parents | 0a7261c1d487 |
| children | b7aa6ac26872 |
line wrap: on
line diff
--- a/src/eval.c Mon Sep 20 23:18:42 1999 +0000 +++ b/src/eval.c Mon Sep 20 23:18:44 1999 +0000 @@ -1217,7 +1217,6 @@ Lisp_Object debugger_value; Lisp_Object string; Lisp_Object real_error_symbol; - Lisp_Object combined_data; extern int display_busy_cursor_p; immediate_quit = 0; @@ -1526,8 +1525,6 @@ { register Lisp_Object fun; register Lisp_Object funcar; - register Lisp_Object tem; - register int i = 0; fun = function; @@ -1647,7 +1644,7 @@ Lisp_Object fundef, funname; { int count = specpdl_ptr - specpdl; - Lisp_Object fun, val, queue, first, second; + Lisp_Object fun, queue, first, second; struct gcpro gcpro1, gcpro2, gcpro3; fun = funname;
