diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-05-03 14:46:56 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-05-03 14:46:56 +0200 |
commit | 1fada56353a7759495a3abb19d93235c040bccad (patch) | |
tree | 22fcadf34bd5e0525153bb18f304084d636479f4 | |
parent | 2b4aa886fc1eca8bb53012c58cf63adebfe1c290 (diff) | |
download | emacs-1fada56353a7759495a3abb19d93235c040bccad.tar.gz |
Fix typo.
-rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb42484950f..ed61cb38389 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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: |