]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/refill.el
Merge: Integer overflow fixes.
[gnu-emacs] / lisp / textmodes / refill.el
index cf788a67d087f11dd6336ffdf108759f296eed14..474872955b4faafcfc71c9dc6ef5a20be1e5ee33 100644 (file)
@@ -1,7 +1,6 @@
 ;;; refill.el --- `auto-fill' by refilling paragraphs on changes
 
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2011 Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Maintainer: Miles Bader <miles@gnu.org>
@@ -258,5 +257,4 @@ refilling if they would cause auto-filling."
 
 (provide 'refill)
 
-;; arch-tag: 2c4ce9e8-1daa-4a3b-b6f8-fd6ac5bf6138
 ;;; refill.el ends here