diff lisp/progmodes/cc-align.el @ 38422:7a94f1c588c4

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 07:46:48 +0000
parents 32a4317c6aa5
children 7a3ac6c387fe
line wrap: on
line diff
--- a/lisp/progmodes/cc-align.el	Mon Jul 16 03:35:36 2001 +0000
+++ b/lisp/progmodes/cc-align.el	Mon Jul 16 07:46:48 2001 +0000
@@ -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)
@@ -719,4 +723,5 @@
 
 
 (cc-provide 'cc-align)
+
 ;;; cc-align.el ends here