diff lisp/emacs-lisp/pp.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 67e80974136e
children abd085bfec0c
line wrap: on
line diff
--- a/lisp/emacs-lisp/pp.el	Mon Jul 16 12:22:17 2001 +0000
+++ b/lisp/emacs-lisp/pp.el	Mon Jul 16 12:23:00 2001 +0000
@@ -21,7 +21,10 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
+
 (defgroup pp nil
   "Pretty printer for Emacs Lisp."
   :prefix "pp-"
@@ -162,4 +165,4 @@
 
 (provide 'pp)				; so (require 'pp) works
 
-;;; pp.el ends here.
+;;; pp.el ends here