]> code.delx.au - gnu-emacs/commitdiff
* lisp/progmodes/cc-*.el: Fix up commenting style
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Aug 2015 03:46:21 +0000 (23:46 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Aug 2015 03:46:21 +0000 (23:46 -0400)
* 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.

14 files changed:
lisp/net/soap-client.el
lisp/progmodes/cc-align.el
lisp/progmodes/cc-awk.el
lisp/progmodes/cc-bytecomp.el
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-guess.el
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-menus.el
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-styles.el
lisp/progmodes/cc-vars.el

index 77405740917a9c06d51cbe242b0f71dc0f5b5985..3fc60225c5a673fe4ddd7b7b26d3cfd3fd361e62 100644 (file)
@@ -1818,9 +1818,9 @@ operations in a WSDL document."
 (provide 'soap-client)
 
 \f
-;;; Local Variables:
-;;; eval: (outline-minor-mode 1)
-;;; outline-regexp: ";;;;+"
-;;; End:
+;; Local Variables:
+;; eval: (outline-minor-mode 1)
+;; outline-regexp: ";;;;+"
+;; End:
 
 ;;; soap-client.el ends here
index 4db310d4ee38d6dc326723cd5868a1b7daf55160..0b96b4a729735f4dd7bfb783031f7244a34dac18 100644 (file)
@@ -1345,8 +1345,8 @@ For other semicolon contexts, no determination is made."
 \f
 (cc-provide 'cc-align)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-align.el ends here
index ad0248561a8a87baf3278e2cfc650b303e336ab4..337fdc800b1ff7995d390eb6726f2dd3336bfe27 100644 (file)
@@ -1147,8 +1147,8 @@ comment at the start of cc-engine.el for more info."
 \f
 (cc-provide 'cc-awk)                   ; Changed from 'awk-mode, ACM 2002/5/21
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; awk-mode.el ends here
index b63eeb4c7a6a76b6b2290f99ba76699c956bd30d..81b7a822b82e94f8446e7fac7edf9fea2b38c71d 100644 (file)
@@ -439,8 +439,8 @@ exclude any functions that have been bound during compilation with
 \f
 (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
index 0beaf268a80909097946b4abc2b40690a387789a..0e249bd4212511680fc9d3209bc79de2b0c43b71 100644 (file)
@@ -4769,8 +4769,8 @@ normally bound to C-o.  See `c-context-line-break' for the details."
 \f
 (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
index 9e750a48eb3479d4370b2f53f793bfa2dd32f3f0..9826035ec15ef184701385d5e3ddc5ed648dfafc 100644 (file)
@@ -2497,8 +2497,8 @@ fallback definition for all modes, to break the cycle).")
 \f
 (cc-provide 'cc-defs)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-defs.el ends here
index a0f44a23bca00c2e76fcb0b074d6111dfcf3c166..6c6a4549e61a6ea25c42dd7ca0d64bbae0427f71 100644 (file)
@@ -11232,8 +11232,8 @@ Cannot combine absolute offsets %S and %S in `add' method"
 \f
 (cc-provide 'cc-engine)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-engine.el ends here
index 02599e83f385a018c06791a5b1e0b84b4159d304..f05d6a06595517e0ab907012f5eec98351facc43 100644 (file)
@@ -2704,8 +2704,8 @@ need for `pike-font-lock-extra-types'.")
 ;; 2006-07-10:  awk-font-lock-keywords has been moved back to cc-awk.el.
 (cc-provide 'cc-fonts)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-fonts.el ends here
index ba23a75ff2203082807a7a71e838f7b9188d09fb..4295fc7235182d7eba3dcceba26888e96aa01b18 100644 (file)
@@ -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
index f97195611c575bc8f3ac2739d36d5dcb7ce20f6b..46da7f994d550307b7d5f5db4e1e03d8bbe0fe0a 100644 (file)
@@ -3356,8 +3356,8 @@ evaluated and should not be quoted."
 \f
 (cc-provide 'cc-langs)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-langs.el ends here
index 414b957fe94b95250a6af3d57117fe188af65358..51cb9203e72d930e4f36d96fb052e9d085c10d9e 100644 (file)
@@ -521,8 +521,8 @@ Example:
 \f
 (cc-provide 'cc-menus)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-menus.el ends here
index 83657023bed9553586a21459591e6a0789f6de73..97491e4d1d7d380f06cd5ab52b631ebe216244ea 100644 (file)
@@ -1919,8 +1919,8 @@ Key bindings:
 \f
 (cc-provide 'cc-mode)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-mode.el ends here
index 9a29c01c62e77c66bbf019a8897932d48dbfe796..527d4c4bd72254bc4fc8ffbc594f7e3af1c8eb4e 100644 (file)
@@ -663,8 +663,8 @@ DEFAULT-STYLE has the same format as `c-default-style'."
 \f
 (cc-provide 'cc-styles)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-styles.el ends here
index 022bc225c9f05fb92754c03fbfe9dec0bb2506fa..df6e987721b21acfe0b04b1a7483fb68c9a4dd3a 100644 (file)
@@ -1772,8 +1772,8 @@ It treats escaped EOLs as whitespace.")
 \f
 (cc-provide 'cc-vars)
 
-;;; Local Variables:
-;;; indent-tabs-mode: t
-;;; tab-width: 8
-;;; End:
+;; Local Variables:
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 ;;; cc-vars.el ends here