aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorGlenn Morris2007-01-14 03:38:22 +0000
committerGlenn Morris2007-01-14 03:38:22 +0000
commit429ab54e011ed79b3a0418eb8bd7691b50ce5b15 (patch)
tree4852939292ee07ed940516f7664af75aedba7f93 /src/syntax.c
parentf0770b09a6d3c12f673f52b004e2f621e2a1b78f (diff)
downloademacs-429ab54e011ed79b3a0418eb8bd7691b50ce5b15.tar.gz
emacs-429ab54e011ed79b3a0418eb8bd7691b50ce5b15.zip
Update copyright for years from Emacs 21 to present (mainly adding
2001).
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 52527a0516d..a9e6dda81fe 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1,6 +1,7 @@
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, 1997, 1998, 1999, 2002, 2 Copyright (C) 1985, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2001,
3 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 3 2002, 2003, 2004, 2005, 2006, 2007
4 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7