]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove warning that noone noticed anyway
authorJeff Bailey <jbailey@raspberryginger.com>
Tue, 17 Oct 2000 06:55:04 +0000 (06:55 +0000)
committerJeff Bailey <jbailey@raspberryginger.com>
Tue, 17 Oct 2000 06:55:04 +0000 (06:55 +0000)
src/regex.c
src/regex.h

index a589f155178553adf1d5ccda34a8870ea7005a5c..2001f9af4737a0fa5cf5fed0cd708f6424ac9c34 100644 (file)
@@ -1,7 +1,3 @@
-/* Only edit this file through the CVS module in subversions.  This file
-   is automatically updated whenever changes are made to it there, and
-   all of your work will be lost! - jbailey Sep 19, 2000 */
-
 /* Extended regular expression matching and search library, version
    0.12.  (Implements POSIX draft P1003.2/D11.2, except for some of the
    internationalization features.)
index b3f72e9b065d5544e181fcbe377b09e122dc1fb7..ef4284cdce2894645bd705d1a41314fb21cf9d70 100644 (file)
@@ -1,7 +1,3 @@
-/* Only edit this file through the CVS module in subversions.  This file
-   is automatically updated whenever changes are made to it there, and
-   all of your work will be lost! - jbailey Sep 19, 2000 */
-
 /* Definitions for data structures and routines for the regular
    expression library, version 0.12.