From: Karl Heuer Date: Tue, 18 Jul 1995 00:34:53 +0000 (+0000) Subject: Fix the other instance too. X-Git-Tag: emacs-19.34~3284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26285784001173fb9baf1d6bffa9deb4fe2d87a7;p=emacs.git Fix the other instance too. --- diff --git a/src/bytecode.c b/src/bytecode.c index ec3fe12e555..cc5b46047db 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -769,7 +769,7 @@ If the third argument is incorrect, Emacs may crash.") } else #endif - TOP = (XINT (num1) == XINT (num2) ? Qt : Qnil); + TOP = (XINT (v1) == XINT (v2) ? Qt : Qnil); break; case Bgtr: