# HG changeset patch # User Juanma Barranquero # Date 1030548093 0 # Node ID d4f9e484db4164bf4c8510e23ea6645384cc4cdc # Parent 756de7be303c66f46307aa12b0b9a8263a270b9c *** empty log message *** diff -r 756de7be303c -r d4f9e484db41 lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 28 15:20:50 2002 +0000 +++ b/lisp/ChangeLog Wed Aug 28 15:21:33 2002 +0000 @@ -1,5 +1,10 @@ 2002-08-28 Juanma Barranquero + * replace.el (occur-hook): Renamed from `occur-mode-hook'. + (occur-mode): Remove call to `occur-mode-hook'. + (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring. + (occur-1): Add call to `occur-hook'. + * subr.el (make-variable-frame-localizable): Alias for `make-variable-frame-local'.