diff lisp/ielm.el @ 17976:852464ce5d6a

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 May 1997 17:46:19 +0000
parents 28037dab627c
children 1471676365ac
line wrap: on
line diff
--- a/lisp/ielm.el	Tue May 27 17:06:24 1997 +0000
+++ b/lisp/ielm.el	Tue May 27 17:46:19 1997 +0000
@@ -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 @@
 (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.")