aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-15 04:56:39 +0000
committerRichard M. Stallman1997-04-15 04:56:39 +0000
commitb745025d2dbc36f613af59982f3b0f590756f91c (patch)
tree2a39a30cd49b6a1523aedb70baab0c1ac71b2791 /src/syntax.c
parent5eea1c5ad6e6f3636feb09b6f7c693b11958ed31 (diff)
downloademacs-b745025d2dbc36f613af59982f3b0f590756f91c.tar.gz
emacs-b745025d2dbc36f613af59982f3b0f590756f91c.zip
Update copyright year.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 3cf575b71eb..a259aafeede 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1,5 +1,5 @@
1/* GNU Emacs routines to deal with syntax tables; also word and list parsing. 1/* GNU Emacs routines to deal with syntax tables; also word and list parsing.
2 Copyright (C) 1985, 1987, 1993, 1994, 1995 Free Software Foundation, Inc. 2 Copyright (C) 1985, 87, 93, 94, 95, 1997 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5