entered into RCS
This commit is contained in:
parent
34e62ca7f6
commit
7931124643
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue