diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-08-21 23:46:21 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-08-21 23:46:21 -0400 |
commit | 18371ed2da77c6b465dbc999a0f3baff0edfc94c (patch) | |
tree | 72e0a0a10c7d126e5320ef076634d798baff3e63 /lisp/progmodes/cc-cmds.el | |
parent | c87523bd8dbd9c9c5b8afdae43107f0badc0c924 (diff) | |
download | emacs-18371ed2da77c6b465dbc999a0f3baff0edfc94c.tar.gz emacs-18371ed2da77c6b465dbc999a0f3baff0edfc94c.tar.bz2 emacs-18371ed2da77c6b465dbc999a0f3baff0edfc94c.zip |
* 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.
Diffstat (limited to 'lisp/progmodes/cc-cmds.el')
-rw-r--r-- | lisp/progmodes/cc-cmds.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index 0beaf268a80..0e249bd4212 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el @@ -4769,8 +4769,8 @@ normally bound to C-o. See `c-context-line-break' for the details." (cc-provide 'cc-cmds) -;;; Local Variables: -;;; indent-tabs-mode: t -;;; tab-width: 8 -;;; End: +;; Local Variables: +;; indent-tabs-mode: t +;; tab-width: 8 +;; End: ;;; cc-cmds.el ends here |