diff options
| author | Karl Heuer | 1995-07-18 00:34:53 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-07-18 00:34:53 +0000 |
| commit | 26285784001173fb9baf1d6bffa9deb4fe2d87a7 (patch) | |
| tree | 790ad44676f7ce4256faf411ada10598fe80032b /src/bytecode.c | |
| parent | 67c098ad3cec5a3af8dfa42ac03783024e06d0d6 (diff) | |
| download | emacs-26285784001173fb9baf1d6bffa9deb4fe2d87a7.tar.gz emacs-26285784001173fb9baf1d6bffa9deb4fe2d87a7.zip | |
Fix the other instance too.
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 769 | } | 769 | } |
| 770 | else | 770 | else |
| 771 | #endif | 771 | #endif |
| 772 | TOP = (XINT (num1) == XINT (num2) ? Qt : Qnil); | 772 | TOP = (XINT (v1) == XINT (v2) ? Qt : Qnil); |
| 773 | break; | 773 | break; |
| 774 | 774 | ||
| 775 | case Bgtr: | 775 | case Bgtr: |