changeset 1089:1aea52712a31

entered into RCS
author Roland McGrath <roland@gnu.org>
date Thu, 10 Sep 1992 22:59:11 +0000
parents c4400ec7bee0
children 676310a31777
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")