aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-08-07 12:33:19 +0000
committerThien-Thi Nguyen2005-08-07 12:33:19 +0000
commit0b5538bd8587cfa6a9c90ff7d0c4699654dbabc6 (patch)
tree55190715ac4f07aeb257ed6311537c1dcd4f540d /src/bytecode.c
parent92b47a4a991a7b30f5eda49fcab4f29aa9ca288e (diff)
downloademacs-0b5538bd8587cfa6a9c90ff7d0c4699654dbabc6.tar.gz
emacs-0b5538bd8587cfa6a9c90ff7d0c4699654dbabc6.zip
Update years in copyright notice; nfc.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 3069e0a6ac3..918ebdd550b 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -1,6 +1,6 @@
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, 2000, 2001, 2002, 2003, 2004 2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003, 2004,
3 Free Software Foundation, Inc. 3 2005 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6