Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1630:6c996a26d761
[xemacs-hg @ 2003-08-18 20:30:49 by james]
Fix edebug problem caused by making a variable buffer-local before the defvar.
author | james |
---|---|
date | Mon, 18 Aug 2003 20:30:51 +0000 |
parents | 632411c376d0 |
children | 64eaceca611d |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 18 19:51:18 2003 +0000 +++ b/src/ChangeLog Mon Aug 18 20:30:51 2003 +0000 @@ -1,3 +1,8 @@ +2003-08-18 Jerry James <james@xemacs.org> + + * bytecode.c (execute_optimized_program): Setting a buffer-local + variable with no default binding sets the default. + 2003-08-18 Jerry James <james@xemacs.org> * opaque.h: Remove unused (X)OPAQUE_MARKFUN definitions.