Mercurial > hg > xemacs-beta
changeset 2238:e9aa19426bc9
[xemacs-hg @ 2004-08-26 20:53:06 by james]
Remove unused variable 'orig_fun'.
author | james |
---|---|
date | Thu, 26 Aug 2004 20:53:08 +0000 |
parents | beb716b23f5b |
children | 465941a61859 |
files | src/ChangeLog src/eval.c |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Aug 26 20:38:34 2004 +0000 +++ b/src/ChangeLog Thu Aug 26 20:53:08 2004 +0000 @@ -1,3 +1,7 @@ +2004-08-26 Jerry James <james@xemacs.org> + + * eval.c (Ffuncall): Remove unused variable orig_fun. + 2004-08-26 Jerry James <james@xemacs.org> * event-Xt.c (emacs_Xt_unselect_console): Remove unused variable
--- a/src/eval.c Thu Aug 26 20:38:34 2004 +0000 +++ b/src/eval.c Thu Aug 26 20:53:08 2004 +0000 @@ -3762,7 +3762,6 @@ struct backtrace backtrace; int fun_nargs = nargs - 1; Lisp_Object *fun_args = args + 1; - Lisp_Object orig_fun; /* QUIT will check for proper redisplay wrapping */ @@ -3810,8 +3809,6 @@ if (debug_on_next_call) do_debug_on_call (Qlambda); - orig_fun = args[0]; - retry: fun = args[0];