/[emacs]/emacs/lib-src/etags.c
ViewVC logotype

Diff of /emacs/lib-src/etags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.43 by kfstorm, Tue Nov 16 23:25:58 2004 UTC revision 3.44 by schwab, Wed Dec 15 13:23:03 2004 UTC
# Line 1  Line 1 
1  /* Tags file maker to go with GNU Emacs           -*- coding: latin-1 -*-  /* Tags file maker to go with GNU Emacs           -*- coding: latin-1 -*-
2     Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2001, 2002     Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2001, 2002, 2004
3     Free Software Foundation, Inc. and Ken Arnold     Free Software Foundation, Inc. and Ken Arnold
4    
5   This file is not considered part of GNU Emacs.   This file is not considered part of GNU Emacs.
# Line 1183  main (argc, argv) Line 1183  main (argc, argv)
1183  #ifdef ETAGS_REGEXPS  #ifdef ETAGS_REGEXPS
1184    optstring = "-r:Rc:";    optstring = "-r:Rc:";
1185  #endif /* ETAGS_REGEXPS */  #endif /* ETAGS_REGEXPS */
1186    if (LONG_OPTIONS)    if (!LONG_OPTIONS)
1187      optstring += 1;      optstring += 1;
1188    optstring = concat (optstring,    optstring = concat (optstring,
1189                        "Cf:Il:o:SVhH",                        "Cf:Il:o:SVhH",

Legend:
Removed from v.3.43  
changed lines
  Added in v.3.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26