# HG changeset patch # User Roland McGrath # Date 716165951 0 # Node ID 1aea52712a31006ccf86b4e4f959df005de78ec4 # Parent c4400ec7bee0a449440f4fc95efceda25bbbe33c entered into RCS diff -r c4400ec7bee0 -r 1aea52712a31 lisp/add-log.el --- a/lisp/add-log.el Thu Sep 10 07:49:02 1992 +0000 +++ b/lisp/add-log.el Thu Sep 10 22:59:11 1992 +0000 @@ -246,7 +246,7 @@ (looking-at "[ \t]*#[ \t]*define[ \t]"))) ;; Handle a C macro definition. (beginning-of-line) - (while (= (char-after (- (point) 2)) ?\\) + (while (eq (char-after (- (point) 2)) ?\\) ;not =; note above (forward-line -1)) (search-forward "define") (skip-chars-forward " \t")