* 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.
This commit is contained in:
parent
c87523bd8d
commit
18371ed2da
14 changed files with 56 additions and 56 deletions
|
@ -1818,9 +1818,9 @@ operations in a WSDL document."
|
|||
(provide 'soap-client)
|
||||
|
||||
|
||||
;;; 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
|
||||
|
|
|
@ -1345,8 +1345,8 @@ For other semicolon contexts, no determination is made."
|
|||
|
||||
(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
|
||||
|
|
|
@ -1147,8 +1147,8 @@ comment at the start of cc-engine.el for more info."
|
|||
|
||||
(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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2497,8 +2497,8 @@ fallback definition for all modes, to break the cycle).")
|
|||
|
||||
(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
|
||||
|
|
|
@ -11232,8 +11232,8 @@ Cannot combine absolute offsets %S and %S in `add' method"
|
|||
|
||||
(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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -573,8 +573,8 @@ WITH-NAME is asked to the user."
|
|||
|
||||
(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
|
||||
|
|
|
@ -3356,8 +3356,8 @@ evaluated and should not be quoted."
|
|||
|
||||
(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
|
||||
|
|
|
@ -521,8 +521,8 @@ Example:
|
|||
|
||||
(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
|
||||
|
|
|
@ -1919,8 +1919,8 @@ Key bindings:
|
|||
|
||||
(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
|
||||
|
|
|
@ -663,8 +663,8 @@ DEFAULT-STYLE has the same format as `c-default-style'."
|
|||
|
||||
(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
|
||||
|
|
|
@ -1772,8 +1772,8 @@ It treats escaped EOLs as whitespace.")
|
|||
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue