diff options
| author | Richard M. Stallman | 1998-01-21 23:32:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-01-21 23:32:12 +0000 |
| commit | 4a2f9c6aefdb14ce8c34ace4d7573b89d1cc13b7 (patch) | |
| tree | c91c9ec95c92b44e7d4761a57bcc9a9c61e72f41 /src/data.c | |
| parent | 418cd8ca018261799bafe504423cc109ebd58929 (diff) | |
| download | emacs-4a2f9c6aefdb14ce8c34ace4d7573b89d1cc13b7.tar.gz emacs-4a2f9c6aefdb14ce8c34ace4d7573b89d1cc13b7.zip | |
Update copyright year.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index f69f5a0f1b9..aa2cfe06fd2 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. | 1 | /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 86, 88, 93, 94, 95 Free Software Foundation, Inc. | 2 | Copyright (C) 1985,86,88,93,94,95,97, 1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||