# HG changeset patch # User Colin Walters # Date 1022445751 0 # Node ID bc8cc9c5d979f9581063b531f91a3a303c572f4f # Parent 51cb1913e2313b707e1c55b0eac84cf29d8c3d76 *** empty log message *** diff -r 51cb1913e231 -r bc8cc9c5d979 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 26 19:58:31 2002 +0000 +++ b/lisp/ChangeLog Sun May 26 20:42:31 2002 +0000 @@ -1,3 +1,7 @@ +2002-05-26 Colin Walters + + * replace.el (perform-replace): Document return value. Use `pop'. + 2002-05-26 Glenn Morris * progmodes/f90.el (f90-previous-block, f90-next-block): New names, @@ -106,7 +110,7 @@ * font-core.el (font-lock-function): New variable. (font-lock-default-function): New function, created from `font-lock-mode'. - (font-lock-mode): Just funcall `font-lock-default-function'. + (font-lock-mode): Just funcall `font-lock-function'. (font-lock-symbol-category-alist): New variable. 2002-05-22 Markus Rost