summaryrefslogtreecommitdiff
path: root/lisp/ielm.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-23 02:07:09 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-23 02:07:09 +0000
commitcf7c8e24aeb326293cdd5c031d2438ef3fb467da (patch)
tree4eac00608a3aee7e6efd60d8264b656025629678 /lisp/ielm.el
parentd3dab3300b0c60b4817afbc8b4a15773d324ecf3 (diff)
downloademacs-cf7c8e24aeb326293cdd5c031d2438ef3fb467da.tar.gz
(ielm-header): Delete version and RCS header.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r--lisp/ielm.el6
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)