diff options
| author | Richard M. Stallman | 1997-05-31 05:39:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-31 05:39:02 +0000 |
| commit | b8b29706b1f386e70658a257fe1d6a2f74b1812d (patch) | |
| tree | 22da64d9f1bd8826d7c2e92a1f9b82ef4b587e10 | |
| parent | 60a719b0b1fcadb382a4d9b8ec2bd1fd712fdf52 (diff) | |
| download | emacs-b8b29706b1f386e70658a257fe1d6a2f74b1812d.tar.gz emacs-b8b29706b1f386e70658a257fe1d6a2f74b1812d.zip | |
Update version.
| -rw-r--r-- | lisp/emacs-lisp/elp.el | 6 |
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 @@ | |||
| 5 | ;; Author: 1994-1997 Barry A. Warsaw | 5 | ;; Author: 1994-1997 Barry A. Warsaw |
| 6 | ;; Maintainer: tools-help@python.org | 6 | ;; Maintainer: tools-help@python.org |
| 7 | ;; Created: 26-Feb-1994 | 7 | ;; Created: 26-Feb-1994 |
| 8 | ;; Version: 2.40 | 8 | ;; Version: 3.0 |
| 9 | ;; Last Modified: 1997/04/21 15:48:26 | 9 | ;; Last Modified: 1997/04/21 17:45:15 |
| 10 | ;; Keywords: debugging lisp tools | 10 | ;; Keywords: debugging lisp tools |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| @@ -191,7 +191,7 @@ In other words, a new unique buffer is create every time you run | |||
| 191 | ;; end of user configuration variables | 191 | ;; end of user configuration variables |
| 192 | 192 | ||
| 193 | 193 | ||
| 194 | (defconst elp-version "2.40" | 194 | (defconst elp-version "3.0" |
| 195 | "ELP version number.") | 195 | "ELP version number.") |
| 196 | 196 | ||
| 197 | (defconst elp-help-address "tools-help@python.org" | 197 | (defconst elp-help-address "tools-help@python.org" |