diff options
| author | Richard M. Stallman | 1998-01-01 06:51:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-01-01 06:51:31 +0000 |
| commit | 604ee0f3ab62615ed6cdc7146aa5f1fe9d042351 (patch) | |
| tree | 7d4e6643666b3e50849328b816b39a6202186edb /src | |
| parent | 69f9064e5dc5be3b2503726c0d8f90e9a47ac4cd (diff) | |
| download | emacs-604ee0f3ab62615ed6cdc7146aa5f1fe9d042351.tar.gz emacs-604ee0f3ab62615ed6cdc7146aa5f1fe9d042351.zip | |
Update copyright year.
Diffstat (limited to 'src')
| -rw-r--r-- | src/abbrev.c | 2 |
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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||