emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/etags.c


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c
Date: Wed, 15 Dec 2004 08:30:32 -0500

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.43 emacs/lib-src/etags.c:3.44
*** emacs/lib-src/etags.c:3.43  Tue Nov 16 23:25:58 2004
--- emacs/lib-src/etags.c       Wed Dec 15 13:23:03 2004
***************
*** 1,5 ****
  /* Tags file maker to go with GNU Emacs           -*- coding: latin-1 -*-
!    Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2001, 2002
     Free Software Foundation, Inc. and Ken Arnold
  
   This file is not considered part of GNU Emacs.
--- 1,5 ----
  /* Tags file maker to go with GNU Emacs           -*- coding: latin-1 -*-
!    Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2001, 2002, 2004
     Free Software Foundation, Inc. and Ken Arnold
  
   This file is not considered part of GNU Emacs.
***************
*** 1183,1189 ****
  #ifdef ETAGS_REGEXPS
    optstring = "-r:Rc:";
  #endif /* ETAGS_REGEXPS */
!   if (LONG_OPTIONS)
      optstring += 1;
    optstring = concat (optstring,
                      "Cf:Il:o:SVhH",
--- 1183,1189 ----
  #ifdef ETAGS_REGEXPS
    optstring = "-r:Rc:";
  #endif /* ETAGS_REGEXPS */
!   if (!LONG_OPTIONS)
      optstring += 1;
    optstring = concat (optstring,
                      "Cf:Il:o:SVhH",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]