aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1992-09-10 22:59:11 +0000
committerRoland McGrath <[email protected]>1992-09-10 22:59:11 +0000
commit79311246434d4866c444cc42838de92308a019a1 (patch)
treeb540af984458aab8c80d6b39f1706c142acd33f3
parent34e62ca7f6cef8fe6a4ac807e5ee2a635a4c3116 (diff)
entered into RCS
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 0d9832d26d..c0f0bf8d38 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -246,7 +246,7 @@ Has a preference of looking backwards."
(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")