summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-31 05:39:02 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-31 05:39:02 +0000
commitb8b29706b1f386e70658a257fe1d6a2f74b1812d (patch)
tree22da64d9f1bd8826d7c2e92a1f9b82ef4b587e10 /lisp/emacs-lisp
parent60a719b0b1fcadb382a4d9b8ec2bd1fd712fdf52 (diff)
downloademacs-b8b29706b1f386e70658a257fe1d6a2f74b1812d.tar.gz
Update version.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/elp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el
index b694c79707c..00d5e0ba47f 100644
--- a/lisp/emacs-lisp/elp.el
+++ b/lisp/emacs-lisp/elp.el
@@ -5,8 +5,8 @@
;; Author: 1994-1997 Barry A. Warsaw
;; Maintainer: tools-help@python.org
;; Created: 26-Feb-1994
-;; Version: 2.40
-;; Last Modified: 1997/04/21 15:48:26
+;; Version: 3.0
+;; Last Modified: 1997/04/21 17:45:15
;; Keywords: debugging lisp tools
;; This file is part of GNU Emacs.
@@ -191,7 +191,7 @@ In other words, a new unique buffer is create every time you run
;; end of user configuration variables
-(defconst elp-version "2.40"
+(defconst elp-version "3.0"
"ELP version number.")
(defconst elp-help-address "tools-help@python.org"