comparison 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
comparison
equal deleted inserted replaced
17975:3f2cc6cc8705 17976:852464ce5d6a
1 ;;; ielm.el --- interaction mode for Emacs Lisp 1 ;;; ielm.el --- interaction mode for Emacs Lisp
2 2
3 ;; Copyright (C) 1994 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994 Free Software Foundation, Inc.
4 4
5 ;; Author: David Smith <maa036@lancaster.ac.uk> 5 ;; Author: David Smith <maa036@lancaster.ac.uk>
6 ;; Maintainer: FSF
6 ;; Created: 25 Feb 1994 7 ;; Created: 25 Feb 1994
7 ;; Keywords: lisp 8 ;; Keywords: lisp
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
10 11
100 This variable is buffer-local.") 101 This variable is buffer-local.")
101 102
102 (defvar ielm-header 103 (defvar ielm-header
103 (concat 104 (concat
104 "*** Welcome to IELM version " 105 "*** Welcome to IELM version "
105 (substring "$Revision: 1.10 $" 11 -2) 106 (substring "$Revision: 1.11 $" 11 -2)
106 " *** Type (describe-mode) for help.\n" 107 " *** Type (describe-mode) for help.\n"
107 "IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n") 108 "IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n")
108 "Message to display when IELM is started.") 109 "Message to display when IELM is started.")
109 110
110 (defvar ielm-map nil) 111 (defvar ielm-map nil)