Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.724 emacs/lisp/simple.el:1.725
*** emacs/lisp/simple.el:1.724 Fri Jun 3 23:48:21 2005
--- emacs/lisp/simple.el Sat Jun 4 22:04:29 2005
***************
*** 920,940 ****
(defvar read-expression-history nil)
(defcustom eval-expression-print-level 4
! "*Value to use for `print-level' when printing value in `eval-expression'.
A value of nil means no limit."
:group 'lisp
:type '(choice (const :tag "No Limit" nil) integer)
:version "21.1")
(defcustom eval-expression-print-length 12
! "*Value to use for `print-length' when printing value in `eval-expression'.
A value of nil means no limit."
:group 'lisp
:type '(choice (const :tag "No Limit" nil) integer)
:version "21.1")
(defcustom eval-expression-debug-on-error t
! "*Non-nil means set `debug-on-error' when evaluating in `eval-expression'.
If nil, don't change the value of `debug-on-error'."
:group 'lisp
:type 'boolean
--- 920,940 ----
(defvar read-expression-history nil)
(defcustom eval-expression-print-level 4
! "Value for `print-level' while printing value in `eval-expression'.
A value of nil means no limit."
:group 'lisp
:type '(choice (const :tag "No Limit" nil) integer)
:version "21.1")
(defcustom eval-expression-print-length 12
! "Value for `print-length' while printing value in `eval-expression'.
A value of nil means no limit."
:group 'lisp
:type '(choice (const :tag "No Limit" nil) integer)
:version "21.1")
(defcustom eval-expression-debug-on-error t
! "If non-nil set `debug-on-error' to t in `eval-expression'.
If nil, don't change the value of `debug-on-error'."
:group 'lisp
:type 'boolean
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs