diff options
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
| -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 c3a98d9c5cf..7b8b174c430 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -384,7 +384,7 @@ comment at the start of cc-engine.el for more info." | |||
| 384 | c-macro-cache-syntactic nil | 384 | c-macro-cache-syntactic nil |
| 385 | c-macro-cache-no-comment nil)) | 385 | c-macro-cache-no-comment nil)) |
| 386 | (save-match-data | 386 | (save-match-data |
| 387 | (let ((safe-pos (point))) ; a point ouside any literal. | 387 | (let ((safe-pos (point))) ; a point outside any literal. |
| 388 | ;; Move over stuff followed by a multiline block comment lacking | 388 | ;; Move over stuff followed by a multiline block comment lacking |
| 389 | ;; escaped newlines each time around this loop. | 389 | ;; escaped newlines each time around this loop. |
| 390 | (while | 390 | (while |