emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ielm.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ielm.el
Date: Mon, 25 Feb 2002 11:07:01 -0500

Index: emacs/lisp/ielm.el
diff -c emacs/lisp/ielm.el:1.24 emacs/lisp/ielm.el:1.25
*** emacs/lisp/ielm.el:1.24     Mon Feb 25 02:25:54 2002
--- emacs/lisp/ielm.el  Mon Feb 25 11:07:01 2002
***************
*** 70,77 ****
    :type 'boolean
    :group 'ielm)
  
! (defvar ielm-prompt "ELISP> "
!   "Prompt used in IELM.")
  
  (defcustom ielm-dynamic-return t
    "*Controls whether \\<ielm-map>\\[ielm-return] has intelligent behaviour in 
IELM.
--- 70,81 ----
    :type 'boolean
    :group 'ielm)
  
! (defcustom ielm-prompt "ELISP> "
!   "Prompt used in IELM."
!   :type 'string
!   :group 'ielm
!   :get #'(lambda (symbol) (substring-no-properties (symbol-value symbol)))
!   :set #'(lambda (symbol value) (set symbol (propertize value 'read-only t 
'rear-nonsticky t))))
  
  (defcustom ielm-dynamic-return t
    "*Controls whether \\<ielm-map>\\[ielm-return] has intelligent behaviour in 
IELM.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]