Mercurial > emacs
changeset 62923:28537157e07b
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 31 May 2005 11:13:08 +0000 |
parents | 1928ddb1df53 |
children | 43b1a8c8bf9b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 31 11:10:43 2005 +0000 +++ b/lisp/ChangeLog Tue May 31 11:13:08 2005 +0000 @@ -1,5 +1,8 @@ 2005-05-31 Juanma Barranquero <lekktu@gmail.com> + * faces.el (list-faces-display): Signal error if passed a regexp + that matches no face name. + * simple.el (filter-buffer-substring): Fix typo in docstring. 2005-05-31 Richard M. Stallman <rms@gnu.org>