diff options
| author | Adrian Robert | 2008-07-16 23:24:46 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-16 23:24:46 +0000 |
| commit | 122e9f8f29a92b6038b65a3b4f6ef31ad96e2cd5 (patch) | |
| tree | 29e83f0a25f866bd8b885a5a811360dcf0eeeb87 /src/syntax.c | |
| parent | cf7238adf9f3bcddb60d422c470b58605a1b8bad (diff) | |
| download | emacs-122e9f8f29a92b6038b65a3b4f6ef31ad96e2cd5.tar.gz emacs-122e9f8f29a92b6038b65a3b4f6ef31ad96e2cd5.zip | |
various small cleanups detailed in changelogs
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 0c547c724c9..541411b4d2f 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | #include <stdio.h> | ||
| 2 | /* 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. |
| 3 | Copyright (C) 1985, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2001, | 2 | Copyright (C) 1985, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2001, |
| 4 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |