summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-menus.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 07:46:48 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 07:46:48 +0000
commit0fa89f68b12f6ec79fff8ff322993b0fe2796821 (patch)
tree4b9e4897b076fd6853578f6404afdff2b6f552fc /lisp/progmodes/cc-menus.el
parent7b273d79f628d9893fbf730feaeb575d1987f369 (diff)
downloademacs-0fa89f68b12f6ec79fff8ff322993b0fe2796821.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/progmodes/cc-menus.el')
-rw-r--r--lisp/progmodes/cc-menus.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el
index 5179f952530..eb03273b4d8 100644
--- a/lisp/progmodes/cc-menus.el
+++ b/lisp/progmodes/cc-menus.el
@@ -29,6 +29,10 @@
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
+;;; Code:
+
(eval-when-compile
(let ((load-path
(if (and (boundp 'byte-compile-dest-file)
@@ -411,4 +415,5 @@ Example:
(cc-provide 'cc-menus)
+
;;; cc-menus.el ends here