* image.c (x_edge_detection): Remove unnecessary cast that
[bpt/emacs.git] / src / atimer.c
index 5ecf45d..309a4ea 100644 (file)
@@ -1,6 +1,5 @@
 /* Asynchronous timers.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
-                 2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+   Copyright (C) 2000-2011  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -444,5 +443,3 @@ init_atimer (void)
   signal (SIGALRM, alarm_signal_handler);
 }
 
-/* arch-tag: e6308261-eec6-404b-89fb-6e5909518d70
-   (do not change this comment) */