comparison lisp/ielm.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 80dba6d2451b
children 116c10e516e5 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
75 buffers, including ielm buffers. If you sometimes use ielm on 75 buffers, including ielm buffers. If you sometimes use ielm on
76 text-only terminals or with `emacs -nw', you might wish to use 76 text-only terminals or with `emacs -nw', you might wish to use
77 another binding for `comint-kill-whole-line'." 77 another binding for `comint-kill-whole-line'."
78 :type 'boolean 78 :type 'boolean
79 :group 'ielm 79 :group 'ielm
80 :version "21.4") 80 :version "22.1")
81 81
82 (defcustom ielm-prompt "ELISP> " 82 (defcustom ielm-prompt "ELISP> "
83 "Prompt used in IELM. 83 "Prompt used in IELM.
84 Setting this variable does not affect existing IELM runs. 84 Setting this variable does not affect existing IELM runs.
85 85