summaryrefslogtreecommitdiff
path: root/lisp/linum.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/linum.el')
-rw-r--r--lisp/linum.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/linum.el b/lisp/linum.el
index b7e69e2a7c6..11e6a7f8b4f 100644
--- a/lisp/linum.el
+++ b/lisp/linum.el
@@ -1,10 +1,11 @@
;;; linum.el --- display line numbers in the left margin
-;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
;; Author: Markus Triska <markus.triska@gmx.at>
;; Maintainer: FSF
;; Keywords: convenience
+;; Version: 0.9x
;; This file is part of GNU Emacs.
@@ -201,5 +202,4 @@ and you have to scroll or press \\[recenter-top-bottom] to update the numbers."
(provide 'linum)
-;; arch-tag: dea45631-ed3c-4867-8b49-1c41c80aec6a
;;; linum.el ends here