diff lisp/emacs-lisp/profile.el @ 789:71d052f72ac1

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 15 Jul 1992 23:29:10 +0000
parents 02591d9e7ad3
children 45d748a65f24
line wrap: on
line diff
--- a/lisp/emacs-lisp/profile.el	Wed Jul 15 22:39:32 1992 +0000
+++ b/lisp/emacs-lisp/profile.el	Wed Jul 15 23:29:10 1992 +0000
@@ -1,9 +1,10 @@
 ;;; profile.el -- generate run time measurements of elisp functions
-;;;
-;;; Author:		Boaz Ben-Zvi <boaz@lcs.mit.edu>
-;;; Created:	        Feb. 7, 1992
-;;; Last Modified:	Feb. 7, 1992
-;;; Version:		1.0
+
+;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
+;; Created: 7 Feb 1992
+;; Last-Modified: 7 Feb 1992
+;; Version: 1.0
+;; Adapted-By: ESR
 
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
@@ -23,6 +24,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
 
 ; DESCRIPTION:
 ; ------------
@@ -131,6 +133,8 @@
 ;}
 ; -------- end of clip ----------------
 
+;;; Code:
+
 ;;;
 ;;;  User modifiable VARIABLES
 ;;;