diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-04-09 04:00:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-04-09 04:00:39 +0000 |
commit | 53374384a7be19dfc35ffce1e0550dc432bcd73d (patch) | |
tree | 57746a707e9898ed5acf4bcdcdae795bf5cd171a /src/alloc.c | |
parent | 4bddbe7bb08d7f87fd5b298ef59ab40686b3d8a5 (diff) | |
download | emacs-53374384a7be19dfc35ffce1e0550dc432bcd73d.tar.gz |
Update copyright year.
Diffstat (limited to 'src/alloc.c')
-rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 3468e8a9e3e..536286ff166 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1,5 +1,5 @@ /* Storage allocation and gc for GNU Emacs Lisp interpreter. - Copyright (C) 1985, 86, 88, 93, 94, 95 Free Software Foundation, Inc. + Copyright (C) 1985, 86, 88, 93, 94, 95, 97 Free Software Foundation, Inc. This file is part of GNU Emacs. |