diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2576da7eefd..ebc44d6356a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2002-05-01 Colin Walters + + * textmodes/tex-mode.el (tex-validate-buffer): Use + `occur-revert-arguments' instead of setting `occur-nlines' and + `occur-buffer'. Don't test for `input-pending-p' in loop. Set + text property `occur-target' instead of `occur'. + 2002-04-30 John Wiegley * align.el (align-region): Fixed the fix to align-region, because