/[emacs]/emacs/lisp/emacs-lisp/lisp-mode.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/lisp-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.119 by gerd, Fri Jul 27 15:26:53 2001 UTC revision 1.119.4.1 by gerd, Mon Oct 29 09:08:40 2001 UTC
# Line 512  Return the result of evaluation." Line 512  Return the result of evaluation."
512  (defun eval-defun (edebug-it)  (defun eval-defun (edebug-it)
513    "Evaluate the top-level form containing point, or after point.    "Evaluate the top-level form containing point, or after point.
514    
515  If the current defun is actually a call to `defvar', then reset the  If the current defun is actually a call to `defvar' or `defcustom',
516  variable using its initial value expression even if the variable  evaluating it this way resets the variable using its initial value
517  already has some other value.  (Normally `defvar' does not change the  expression even if the variable already has some other value.
518  variable's value if it already has a value.)  \(Normally `defvar' and `defcustom' do not alter the value if there
519    already is one.)
520    
521  With a prefix argument, instrument the code for Edebug.  With a prefix argument, instrument the code for Edebug.
522    

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.119.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26