aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-03-20 07:46:46 +0000
committerPavel Janík2002-03-20 07:46:46 +0000
commit9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b (patch)
treeb4d4f5cb5f2c1381d514bc20bb5e4b083dc6fde6 /src
parenteb766f961e3100b1ac1924330ecbfe06b19671d3 (diff)
downloademacs-9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b.tar.gz
emacs-9ab7ff8bf4cf1169dbec7d974d3659caeb429c5b.zip
(Fbyte_code): Revert last change.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/bytecode.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index afd4ddd03a8..567c7e088ea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-03-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * bytecode.c (Fbyte_code): Revert last change.
4
12002-03-19 Kim F. Storm <storm@cua.dk> 52002-03-19 Kim F. Storm <storm@cua.dk>
2 6
3 * makefile.w32-in (LIBS): Add $(WSOCK32). 7 * makefile.w32-in (LIBS): Add $(WSOCK32).
diff --git a/src/bytecode.c b/src/bytecode.c
index bcd303f8d73..f24132dae25 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -637,7 +637,7 @@ If the third argument is incorrect, Emacs may crash. */)
637 AFTER_POTENTIAL_GC (); 637 AFTER_POTENTIAL_GC ();
638 } 638 }
639 } 639 }
640 (void) POP; 640 POP;
641 break; 641 break;
642 642
643 case Bdup: 643 case Bdup: