From 18371ed2da77c6b465dbc999a0f3baff0edfc94c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 21 Aug 2015 23:46:21 -0400 Subject: * lisp/progmodes/cc-*.el: Fix up commenting style * lisp/progmodes/cc-vars.el, lisp/progmodes/cc-styles.el: * lisp/progmodes/cc-mode.el, lisp/progmodes/cc-menus.el: * lisp/progmodes/cc-langs.el, lisp/progmodes/cc-guess.el: * lisp/progmodes/cc-fonts.el, lisp/progmodes/cc-engine.el: * lisp/progmodes/cc-defs.el, lisp/progmodes/cc-cmds.el: * lisp/progmodes/cc-bytecomp.el, lisp/progmodes/cc-awk.el: * lisp/progmodes/cc-align.el, lisp/net/soap-client.el: Fix up commenting style. --- lisp/progmodes/cc-bytecomp.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/progmodes/cc-bytecomp.el') diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index b63eeb4c7a6..81b7a822b82 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el @@ -439,8 +439,8 @@ exclude any functions that have been bound during compilation with (provide 'cc-bytecomp) -;;; Local Variables: -;;; indent-tabs-mode: t -;;; tab-width: 8 -;;; End: +;; Local Variables: +;; indent-tabs-mode: t +;; tab-width: 8 +;; End: ;;; cc-bytecomp.el ends here -- cgit v1.2.3