aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-05 15:17:49 +0000
committerGerd Moellmann2000-07-05 15:17:49 +0000
commit5e03eb84a161f32cd7c656b7b93508891bd36ec1 (patch)
tree673c2c5c9b266a5cb548316cfc09bc62bb7b6b68
parent105d6be118e80b4430aa986f80ae5d9115d8dc3c (diff)
downloademacs-5e03eb84a161f32cd7c656b7b93508891bd36ec1.tar.gz
emacs-5e03eb84a161f32cd7c656b7b93508891bd36ec1.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog10
2 files changed, 14 insertions, 1 deletions
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.
685 685
686** New features in evaluation commands 686** New features in evaluation commands
687 687
688The 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
689modes, C-j in Lisp Interaction mode, and M-:, now bind the variables 689modes, C-j in Lisp Interaction mode, and M-:, now bind the variables
690print-level, print-length, and debug-on-error based on the 690print-level, print-length, and debug-on-error based on the
691customizable variables eval-expression-print-level, 691customizable variables eval-expression-print-level,
692eval-expression-print-length, and eval-expression-debug-on-error. 692eval-expression-print-length, and eval-expression-debug-on-error.
693 693
694*** The function `eval-defun' (M-C-x) now loads Edebug and instruments
695code 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 @@
12000-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
12000-07-04 Dave Love <fx@gnu.org> 112000-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.