diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-14 05:46:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-14 05:46:01 +0000 |
commit | a55340a857c0887ddb50e3d81b73c22d3d291d31 (patch) | |
tree | 8d92562444b2cece2cbd4047e76e76e6d4e80e7c /lisp/emacs-lisp/elp.el | |
parent | 3f1c005b563a770e1899d1a7aa69ea44d8221129 (diff) | |
download | emacs-a55340a857c0887ddb50e3d81b73c22d3d291d31.tar.gz |
Change comment and version numbers.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-rw-r--r-- | lisp/emacs-lisp/elp.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 00d5e0ba47f..ea44a65e451 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -1,12 +1,11 @@ ;;; elp.el --- Emacs Lisp Profiler -;; Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1994,1995,1997,1998 Free Software Foundation, Inc. -;; Author: 1994-1997 Barry A. Warsaw +;; Author: 1994-1998 Barry A. Warsaw ;; Maintainer: tools-help@python.org ;; Created: 26-Feb-1994 -;; Version: 3.0 -;; Last Modified: 1997/04/21 17:45:15 +;; Version: 3.2 ;; Keywords: debugging lisp tools ;; This file is part of GNU Emacs. @@ -191,7 +190,7 @@ In other words, a new unique buffer is create every time you run ;; end of user configuration variables -(defconst elp-version "3.0" +(defconst elp-version "3.2" "ELP version number.") (defconst elp-help-address "tools-help@python.org" |