diff options
author | Leo Liu <sdl.web@gmail.com> | 2012-06-23 21:33:44 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2012-06-23 21:33:44 +0800 |
commit | e994155e9592cd63f792e98167aca31f9b31996a (patch) | |
tree | ce581c24fc5dafd602d7ace7e02f4d96a03de758 /lisp/ChangeLog | |
parent | c81b46f68faf94738e7c96bece4a2627451aceb4 (diff) | |
download | emacs-e994155e9592cd63f792e98167aca31f9b31996a.tar.gz |
* textmodes/enriched.el (enriched-next-annotation):
Use eq.
Fixes: debbugs:11528
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03730a68cca..bea8584d03c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-06-23 Leo Liu <sdl.web@gmail.com> + + * textmodes/enriched.el (enriched-next-annotation): + Use eq (Bug#11528). + 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca> * minibuffer.el (minibuffer-confirm-exit-commands): |