emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/Makefile.in


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in
Date: Thu, 14 Aug 2003 05:05:46 -0400

Index: emacs/lisp/Makefile.in
diff -c emacs/lisp/Makefile.in:1.42 emacs/lisp/Makefile.in:1.43
*** emacs/lisp/Makefile.in:1.42 Mon Feb 10 20:45:02 2003
--- emacs/lisp/Makefile.in      Thu Aug 14 05:05:44 2003
***************
*** 1,5 ****
  # Maintenance productions for the Lisp directory
! # Copyright (C) 2000, 2001 Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
--- 1,5 ----
  # Maintenance productions for the Lisp directory
! # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
***************
*** 129,135 ****
  
  setwins=subdirs=`find $$wd -type d -print`; \
        for file in $$subdirs; do \
!          case $$file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; \
                *) wins="$$wins $$file" ;; \
           esac; \
          done
--- 129,135 ----
  
  setwins=subdirs=`find $$wd -type d -print`; \
        for file in $$subdirs; do \
!          case $$file in */Old | */RCS | */CVS | */CVS/* | */.arch-ids | 
*/.arch-ids/* | */=* ) ;; \
                *) wins="$$wins $$file" ;; \
           esac; \
          done




reply via email to

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