diff options
| -rw-r--r-- | lisp/ielm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el index 1488f2925f6..b50dc5d0bfd 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | ;; | 35 | ;; |
| 36 | ;; (autoload 'ielm "ielm" "Start an inferior Emacs Lisp session" t) | 36 | ;; (autoload 'ielm "ielm" "Start an inferior Emacs Lisp session" t) |
| 37 | ;; | 37 | ;; |
| 38 | ;; For completion to work, the comint.el from FSF Emacs 19.23 is | 38 | ;; For completion to work, the comint.el from Emacs 19.23 is |
| 39 | ;; required. If you do not have it, or if you are running Lemacs, | 39 | ;; required. If you do not have it, or if you are running Lemacs, |
| 40 | ;; also add the following code to your .emacs: | 40 | ;; also add the following code to your .emacs: |
| 41 | ;; | 41 | ;; |
| @@ -103,7 +103,7 @@ This variable is buffer-local.") | |||
| 103 | (defvar ielm-header | 103 | (defvar ielm-header |
| 104 | (concat | 104 | (concat |
| 105 | "*** Welcome to IELM version " | 105 | "*** Welcome to IELM version " |
| 106 | (substring "$Revision: 1.13 $" 11 -2) | 106 | (substring "$Revision: 1.14 $" 11 -2) |
| 107 | " *** Type (describe-mode) for help.\n" | 107 | " *** Type (describe-mode) for help.\n" |
| 108 | "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") |
| 109 | "Message to display when IELM is started.") | 109 | "Message to display when IELM is started.") |