]> code.delx.au - gnu-emacs/blobdiff - lisp/ruler-mode.el
; Fix breakage from previous commit
[gnu-emacs] / lisp / ruler-mode.el
index 4f68909ed4ccf9ff4566f39dc93935dc7f434c52..74e4969c91d47191a515973eb32f500fee9eba39 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ruler-mode.el --- display a ruler in the header line
 
-;; Copyright (C) 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: David Ponce <david@dponce.com>
 ;; Maintainer: David Ponce <david@dponce.com>
@@ -775,8 +775,4 @@ Optional argument PROPS specifies other text properties to apply."
 
 (provide 'ruler-mode)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; ruler-mode.el ends here