diff options
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r-- | lisp/ielm.el | 3 |
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.") |