From: Gerd Moellmann Date: Wed, 5 Jul 2000 15:17:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e03eb84a161f32cd7c656b7b93508891bd36ec1;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 7bcc7959461..bcba4cff518 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -685,12 +685,15 @@ first in a custom-set-variables statement. ** New features in evaluation commands -The commands to evaluate Lisp expressions, such as C-M-x in Lisp +*** The commands to evaluate Lisp expressions, such as C-M-x in Lisp modes, C-j in Lisp Interaction mode, and M-:, now bind the variables print-level, print-length, and debug-on-error based on the customizable variables eval-expression-print-level, eval-expression-print-length, and eval-expression-debug-on-error. +*** The function `eval-defun' (M-C-x) now loads Edebug and instruments +code when called with a prefix argument. + ** Dired changes *** New variable `dired-recursive-deletes' determines if the delete diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 417ee9f358a..a48c1da393e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2000-07-05 Gerd Moellmann + + * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter + EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. + (eval-defun): If called with prefix arg, instrument code for + Edebug. + + * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string + similar to that of eval-defun. + 2000-07-04 Dave Love * hl-line.el (hl-line-overlay): Make it permanent-local.