]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-guess.el
Update copyright year to 2015
[gnu-emacs] / lisp / progmodes / cc-guess.el
index f46ae0ff42683425977e65708590872ac8a09bc2..20534737d8aeb326d11b6488f62c53ceb63476a8 100644 (file)
@@ -1,7 +1,7 @@
 ;;; cc-guess.el --- guess indentation values by scanning existing code
 
-;; Copyright (C) 1985, 1987, 1992-2006, 2011-2014
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1987, 1992-2006, 2011-2015 Free Software
+;; Foundation, Inc.
 
 ;; Author:     1994-1995 Barry A. Warsaw
 ;;             2011-     Masatake YAMATO
@@ -572,4 +572,9 @@ WITH-NAME is asked to the user."
 
 \f
 (cc-provide 'cc-guess)
+
+;;; Local Variables:
+;;; indent-tabs-mode: t
+;;; tab-width: 8
+;;; End:
 ;;; cc-guess.el ends here