# HG changeset patch # User Juanma Barranquero # Date 1272890816 -7200 # Node ID ca0eca33fb40503d2e46ac387da4183e12a88638 # Parent 0df783a4f40aaa46f8b127072cae4f088cd4b010 Fix typo. diff -r 0df783a4f40a -r ca0eca33fb40 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 02 23:23:01 2010 -0700 +++ b/lisp/ChangeLog Mon May 03 14:46:56 2010 +0200 @@ -22,7 +22,7 @@ * simple.el (with-wrapper-hook): Move. (buffer-substring-filters): Mark obsolete. (filter-buffer-substring-functions): New variable. - (buffer-substring-filters): Use it. Remove unused arg `noprops'. + (filter-buffer-substring): Use it. Remove unused arg `noprops'. Use a mode-line spec rather than a static string in Semantic. * cedet/semantic/util-modes.el: