emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 04 Jun 2005 18:04:29 -0400

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




reply via email to

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