aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorDave Love2000-06-05 14:20:20 +0000
committerDave Love2000-06-05 14:20:20 +0000
commitf3cc12611b13d07043887b2c1df08ce1bc1c137a (patch)
tree43f718bef7ee832591ad08d83188f9493a1a0114 /src/bytecode.c
parent2ebb2f8b119de40b8fc98668c5ce300e4f7f0185 (diff)
downloademacs-f3cc12611b13d07043887b2c1df08ce1bc1c137a.tar.gz
emacs-f3cc12611b13d07043887b2c1df08ce1bc1c137a.zip
Copyright up-date.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index bfbb3b847e0..22c41920cc7 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -1,5 +1,5 @@
1/* Execution of byte code produced by bytecomp.el. 1/* Execution of byte code produced by bytecomp.el.
2 Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5