diff options
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 0a9053f04d0..4f21f083fe5 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -963,7 +963,7 @@ brace." | |||
| 963 | (c-beginning-of-statement-1) | 963 | (c-beginning-of-statement-1) |
| 964 | (setq c-parsing-error | 964 | (setq c-parsing-error |
| 965 | (format "No matching `if' found for `else' on line %d" | 965 | (format "No matching `if' found for `else' on line %d" |
| 966 | (1+ (count-lines 1 here)))) | 966 | (1+ (count-lines (point-min) here)))) |
| 967 | (throw 'orphan-if nil)))) | 967 | (throw 'orphan-if nil)))) |
| 968 | (cond | 968 | (cond |
| 969 | ((looking-at "else\\b[^_]") | 969 | ((looking-at "else\\b[^_]") |