comparison etc/NEWS @ 30056:2381ee2fec5b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jul 2000 15:17:49 +0000
parents 9a141c819d48
children fd80ab818a0c
comparison
equal deleted inserted replaced
30055:16e560dd4ab8 30056:2381ee2fec5b
683 current-language-environment even if default-input-method appears 683 current-language-environment even if default-input-method appears
684 first in a custom-set-variables statement. 684 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
694 *** The function `eval-defun' (M-C-x) now loads Edebug and instruments
695 code when called with a prefix argument.
693 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
697 command will delete non-empty directories recursively. The default 700 command will delete non-empty directories recursively. The default