]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-guess.el
* lisp/progmodes/xref.el (xref-buffer-name, xref--window):
[gnu-emacs] / lisp / progmodes / cc-guess.el
index ba23a75ff2203082807a7a71e838f7b9188d09fb..d957334f9264cdfaefb05a09392ad21c193d45ad 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-guess.el --- guess indentation values by scanning existing code
 
-;; Copyright (C) 1985, 1987, 1992-2006, 2011-2015 Free Software
+;; Copyright (C) 1985, 1987, 1992-2006, 2011-2016 Free Software
 ;; Foundation, Inc.
 
 ;; Author:     1994-1995 Barry A. Warsaw
@@ -573,8 +573,8 @@ WITH-NAME is asked to the user."
 \f
 (cc-provide 'cc-guess)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-guess.el ends here