diff options
| author | Gerd Moellmann | 2000-07-05 15:17:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-05 15:17:49 +0000 |
| commit | 5e03eb84a161f32cd7c656b7b93508891bd36ec1 (patch) | |
| tree | 673c2c5c9b266a5cb548316cfc09bc62bb7b6b68 | |
| parent | 105d6be118e80b4430aa986f80ae5d9115d8dc3c (diff) | |
| download | emacs-5e03eb84a161f32cd7c656b7b93508891bd36ec1.tar.gz emacs-5e03eb84a161f32cd7c656b7b93508891bd36ec1.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
2 files changed, 14 insertions, 1 deletions
| @@ -685,12 +685,15 @@ first in a custom-set-variables statement. | |||
| 685 | 685 | ||
| 686 | ** New features in evaluation commands | 686 | ** New features in evaluation commands |
| 687 | 687 | ||
| 688 | The commands to evaluate Lisp expressions, such as C-M-x in Lisp | 688 | *** The commands to evaluate Lisp expressions, such as C-M-x in Lisp |
| 689 | modes, C-j in Lisp Interaction mode, and M-:, now bind the variables | 689 | modes, C-j in Lisp Interaction mode, and M-:, now bind the variables |
| 690 | print-level, print-length, and debug-on-error based on the | 690 | print-level, print-length, and debug-on-error based on the |
| 691 | customizable variables eval-expression-print-level, | 691 | customizable variables eval-expression-print-level, |
| 692 | eval-expression-print-length, and eval-expression-debug-on-error. | 692 | eval-expression-print-length, and eval-expression-debug-on-error. |
| 693 | 693 | ||
| 694 | *** The function `eval-defun' (M-C-x) now loads Edebug and instruments | ||
| 695 | code when called with a prefix argument. | ||
| 696 | |||
| 694 | ** Dired changes | 697 | ** Dired changes |
| 695 | 698 | ||
| 696 | *** New variable `dired-recursive-deletes' determines if the delete | 699 | *** 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 @@ | |||
| 1 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | ||
| 4 | EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | ||
| 5 | (eval-defun): If called with prefix arg, instrument code for | ||
| 6 | Edebug. | ||
| 7 | |||
| 8 | * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | ||
| 9 | similar to that of eval-defun. | ||
| 10 | |||
| 1 | 2000-07-04 Dave Love <fx@gnu.org> | 11 | 2000-07-04 Dave Love <fx@gnu.org> |
| 2 | 12 | ||
| 3 | * hl-line.el (hl-line-overlay): Make it permanent-local. | 13 | * hl-line.el (hl-line-overlay): Make it permanent-local. |