summaryrefslogtreecommitdiff
path: root/lisp/ielm.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-27 17:46:19 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-27 17:46:19 +0000
commit4228277d989a33da8fb876c668113fe27161f813 (patch)
tree459ca4a3b670124de6bf8977546bcef6d5ffaac1 /lisp/ielm.el
parent6be23be63896ed0776a6d23bf481a8ed8002072f (diff)
downloademacs-4228277d989a33da8fb876c668113fe27161f813.tar.gz
Comment change.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r--lisp/ielm.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el
index 3858e49505b..a05f23017ba 100644
--- a/lisp/ielm.el
+++ b/lisp/ielm.el
@@ -3,6 +3,7 @@
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Author: David Smith <maa036@lancaster.ac.uk>
+;; Maintainer: FSF
;; Created: 25 Feb 1994
;; Keywords: lisp
@@ -102,7 +103,7 @@ This variable is buffer-local.")
(defvar ielm-header
(concat
"*** Welcome to IELM version "
- (substring "$Revision: 1.10 $" 11 -2)
+ (substring "$Revision: 1.11 $" 11 -2)
" *** Type (describe-mode) for help.\n"
"IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n")
"Message to display when IELM is started.")