diff options
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 37d4591fc96..a095277989a 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -271,6 +271,11 @@ | |||
| 271 | (setcdr c-macro-cache nil) | 271 | (setcdr c-macro-cache nil) |
| 272 | (setq c-macro-cache-start-pos beg | 272 | (setq c-macro-cache-start-pos beg |
| 273 | c-macro-cache-syntactic nil | 273 | c-macro-cache-syntactic nil |
| 274 | c-macro-cache-no-comment nil)) | ||
| 275 | ((and c-macro-cache-start-pos | ||
| 276 | (< beg c-macro-cache-start-pos)) | ||
| 277 | (setq c-macro-cache-start-pos beg | ||
| 278 | c-macro-cache-syntactic nil | ||
| 274 | c-macro-cache-no-comment nil)))) | 279 | c-macro-cache-no-comment nil)))) |
| 275 | 280 | ||
| 276 | (defun c-macro-is-genuine-p () | 281 | (defun c-macro-is-genuine-p () |