** 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
+2000-07-05 Gerd Moellmann <gerd@gnu.org>
+
+ * 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 <fx@gnu.org>
* hl-line.el (hl-line-overlay): Make it permanent-local.