Use eq.
Fixes: debbugs:11528
+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):
(progn (goto-char (match-beginning 0))
(not (looking-at enriched-annotation-regexp))))
(forward-char 1)
- (if (= ?< (char-after (point)))
+ (if (eq ?< (char-after (point)))
(delete-char 1)
;; A single < that does not start an annotation is an error,
;; which we note and then ignore.