Mercurial > emacs
changeset 18400:16de434b8026
(ielm-header): Delete version and RCS header.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Jun 1997 02:07:09 +0000 |
parents | feed0e356d1b |
children | c3b46f285d54 |
files | lisp/ielm.el |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ielm.el Mon Jun 23 02:04:50 1997 +0000 +++ b/lisp/ielm.el Mon Jun 23 02:07:09 1997 +0000 @@ -101,11 +101,7 @@ 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)