]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 15:17:49 +0000 (15:17 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 15:17:49 +0000 (15:17 +0000)
etc/NEWS
lisp/ChangeLog

index 7bcc795946125738aedf039eb4c45f22f7ebe46d..bcba4cff51862f734489869f44442de5cbbcd097 100644 (file)
--- 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
index 417ee9f358ae70b93b96d71adfcf6fc1a4d408b2..a48c1da393e0b97836ad799e8da4a10edfdbae59 100644 (file)
@@ -1,3 +1,13 @@
+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.