aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/delim-col.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/delim-col.el')
-rw-r--r--lisp/delim-col.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/delim-col.el b/lisp/delim-col.el
index d0c1223c55..009b179fa4 100644
--- a/lisp/delim-col.el
+++ b/lisp/delim-col.el
@@ -1,7 +1,6 @@
;;; delim-col.el --- prettify all columns in a region or rectangle
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Vinicius Jose Latorre <[email protected]>
;; Maintainer: Vinicius Jose Latorre <[email protected]>
@@ -477,5 +476,4 @@ START and END delimits the corners of text rectangle."
(provide 'delim-col)
-;; arch-tag: 1cc0c5c5-1b2a-43e4-9ba5-bf9441cfd1a9
;;; delim-col.el ends here