aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-01-01 06:51:31 +0000
committerRichard M. Stallman1998-01-01 06:51:31 +0000
commit604ee0f3ab62615ed6cdc7146aa5f1fe9d042351 (patch)
tree7d4e6643666b3e50849328b816b39a6202186edb /src
parent69f9064e5dc5be3b2503726c0d8f90e9a47ac4cd (diff)
downloademacs-604ee0f3ab62615ed6cdc7146aa5f1fe9d042351.tar.gz
emacs-604ee0f3ab62615ed6cdc7146aa5f1fe9d042351.zip
Update copyright year.
Diffstat (limited to 'src')
-rw-r--r--src/abbrev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abbrev.c b/src/abbrev.c
index 49b94565aa0..a124101627e 100644
--- a/src/abbrev.c
+++ b/src/abbrev.c
@@ -1,5 +1,5 @@
1/* Primitives for word-abbrev mode. 1/* Primitives for word-abbrev mode.
2 Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1993, 1996 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5