diff options
| author | Eli Zaretskii | 2015-05-16 12:33:12 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-05-16 12:33:12 +0300 |
| commit | da4a31b1b1af919f0473dffa86b46beec5ca5541 (patch) | |
| tree | 90abc1a14c215cd6efa3a492400a39dbd356602a /lib-src | |
| parent | 91a274810ff17403f37bde512716b180c9ab75ef (diff) | |
| parent | a96731d7f0f0616e500583a1d3eaa912a7f0ec16 (diff) | |
| download | emacs-da4a31b1b1af919f0473dffa86b46beec5ca5541.tar.gz emacs-da4a31b1b1af919f0473dffa86b46beec5ca5541.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index f2438213d04..7bacbd3e619 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -68,8 +68,8 @@ University of California, as described above. */ | |||
| 68 | * 1994 Line-by-line regexp tags by Tom Tromey. | 68 | * 1994 Line-by-line regexp tags by Tom Tromey. |
| 69 | * 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba). | 69 | * 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba). |
| 70 | * 2002 #line directives by Francesco Potortì. | 70 | * 2002 #line directives by Francesco Potortì. |
| 71 | * | 71 | * Francesco Potortì maintained and improved it for many years |
| 72 | * Francesco Potortì <pot@gnu.org> has maintained and improved it since 1993. | 72 | starting in 1993. |
| 73 | */ | 73 | */ |
| 74 | 74 | ||
| 75 | /* | 75 | /* |