diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-23 02:07:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-23 02:07:09 +0000 |
commit | 0a13146e0d410bb432ed3ce6595d912d094a9d2a (patch) | |
tree | 0cac604d95a0686065f119e50b109ca25b4f1465 /lisp/ielm.el | |
parent | 7f2b42a1f7839da00a55b7411c004104e950e986 (diff) | |
download | emacs-0a13146e0d410bb432ed3ce6595d912d094a9d2a.tar.gz |
(ielm-header): Delete version and RCS header.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r-- | lisp/ielm.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el index b50dc5d0bfd..83fc9e1eea4 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -101,11 +101,7 @@ such as `edebug-defun' to work with such inputs." This variable is buffer-local.") (defvar ielm-header - (concat - "*** Welcome to IELM version " - (substring "$Revision: 1.14 $" 11 -2) - " *** Type (describe-mode) for help.\n" - "IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n") + "*** Welcome to IELM *** Type (describe-mode) for help.\n" "Message to display when IELM is started.") (defvar ielm-map nil) |