Mercurial > emacs
diff lisp/ChangeLog @ 58840:1cdfec9f283d
(isearch-quote-char): Fix up typo in last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 08 Dec 2004 01:38:05 +0000 |
parents | c4eebac5c158 |
children | c05f062fa72f e4029991605f |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 08 01:27:40 2004 +0000 +++ b/lisp/ChangeLog Wed Dec 08 01:38:05 2004 +0000 @@ -1,3 +1,7 @@ +2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca> + + * isearch.el (isearch-quote-char): Fix up typo in last change. + 2004-12-07 Luc Teirlinck <teirllm@auburn.edu> * mouse.el (mouse-set-font): Handle the case where the command was @@ -9,11 +13,10 @@ (edmacro-sanitize-for-string): Correctly remove Meta modifier (as suggested by Kim Storm). -2004-12-06 Stefan <monnier@iro.umontreal.ca> +2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> * font-lock.el (font-lock-unfontify-region): Save buffer state. - (font-lock-default-unfontify-region): Don't save buffer state any - more. + (font-lock-default-unfontify-region): Don't save buffer state any more. 2004-12-07 Jay Belanger <belanger@truman.edu>