comparison lisp/emacs-lisp/lisp-mode.el @ 90982:a66921565bcb

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 806-813) - Merge from emacs--rel--22 - Update from CVS * emacs--rel--22 (patch 51-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-236) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-230
author Miles Bader <miles@gnu.org>
date Sun, 15 Jul 2007 04:47:46 +0000
parents 988f1edc9674 8e308ce2d884
children a1be62cbd32a
comparison
equal deleted inserted replaced
90981:a37d5bf6cbb7 90982:a66921565bcb
728 728
729 If the current defun is actually a call to `defvar' or `defcustom', 729 If the current defun is actually a call to `defvar' or `defcustom',
730 evaluating it this way resets the variable using its initial value 730 evaluating it this way resets the variable using its initial value
731 expression even if the variable already has some other value. 731 expression even if the variable already has some other value.
732 \(Normally `defvar' and `defcustom' do not alter the value if there 732 \(Normally `defvar' and `defcustom' do not alter the value if there
733 already is one.) 733 already is one.) In an analogous way, evaluating a `defface'
734 overrides any customizations of the face, so that it becomes
735 defined exactly as the `defface' expression says.
734 736
735 If `eval-expression-debug-on-error' is non-nil, which is the default, 737 If `eval-expression-debug-on-error' is non-nil, which is the default,
736 this command arranges for all errors to enter the debugger. 738 this command arranges for all errors to enter the debugger.
737 739
738 With a prefix argument, instrument the code for Edebug. 740 With a prefix argument, instrument the code for Edebug.