summaryrefslogtreecommitdiff
path: root/lisp/tabify.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tabify.el')
-rw-r--r--lisp/tabify.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/tabify.el b/lisp/tabify.el
index d6731c032fd..da1038a2164 100644
--- a/lisp/tabify.el
+++ b/lisp/tabify.el
@@ -1,9 +1,9 @@
;;; tabify.el --- tab conversion commands for Emacs
-;; Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1994, 2001-2011 Free Software Foundation, Inc.
;; Maintainer: FSF
+;; Package: emacs
;; This file is part of GNU Emacs.
@@ -89,5 +89,4 @@ The variable `tab-width' controls the spacing of tab stops."
(provide 'tabify)
-;; arch-tag: c83893b1-e0cc-4e57-8a09-73fd03466416
;;; tabify.el ends here