diff options
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 2ec83240360..f1e93c1c23c 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -7357,7 +7357,7 @@ multi-line strings (but not C++, for example)." | |||
| 7357 | (cons (match-beginning 1) | 7357 | (cons (match-beginning 1) |
| 7358 | (cons (match-end 1) (match-beginning 2)))) | 7358 | (cons (match-end 1) (match-beginning 2)))) |
| 7359 | (goto-char here)))) | 7359 | (goto-char here)))) |
| 7360 | 7360 | ||
| 7361 | (defun c-ml-string-opener-intersects-region (&optional start finish) | 7361 | (defun c-ml-string-opener-intersects-region (&optional start finish) |
| 7362 | ;; If any part of the region [START FINISH] is inside an ml-string opener, | 7362 | ;; If any part of the region [START FINISH] is inside an ml-string opener, |
| 7363 | ;; return a dotted list of the start, end and double-quote position of that | 7363 | ;; return a dotted list of the start, end and double-quote position of that |
| @@ -9232,7 +9232,7 @@ multi-line strings (but not C++, for example)." | |||
| 9232 | ;; known type match only is a prefix of another name. | 9232 | ;; known type match only is a prefix of another name. |
| 9233 | 9233 | ||
| 9234 | (setq id-end (match-end 1)) | 9234 | (setq id-end (match-end 1)) |
| 9235 | 9235 | ||
| 9236 | (when (and c-record-type-identifiers | 9236 | (when (and c-record-type-identifiers |
| 9237 | (or c-promote-possible-types (eq res t))) | 9237 | (or c-promote-possible-types (eq res t))) |
| 9238 | (c-record-type-id (cons (match-beginning 1) (match-end 1)))) | 9238 | (c-record-type-id (cons (match-beginning 1) (match-end 1)))) |
| @@ -9375,7 +9375,7 @@ multi-line strings (but not C++, for example)." | |||
| 9375 | (c-forward-syntactic-ws) | 9375 | (c-forward-syntactic-ws) |
| 9376 | (setq subres (c-forward-type nil t)) | 9376 | (setq subres (c-forward-type nil t)) |
| 9377 | (setq pos (point)))) | 9377 | (setq pos (point)))) |
| 9378 | 9378 | ||
| 9379 | (progn | 9379 | (progn |
| 9380 | ;; If either operand certainly is a type then both are, but we | 9380 | ;; If either operand certainly is a type then both are, but we |
| 9381 | ;; don't let the existence of the operator itself promote two | 9381 | ;; don't let the existence of the operator itself promote two |