summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-06-27 21:42:16 +0100
committerAndrea Corallo <akrl@sdf.org>2020-06-27 21:42:16 +0100
commit0eedb5af0b9f505dda9418323c74e992a40e5585 (patch)
tree9ef1315ecb577c36b062e8b3cb7a7c1bed6fd426 /lisp/progmodes/cc-engine.el
parent24f68d6bfc83b5514d928853ffd86b97c53e1623 (diff)
parent118c07e02e939c9f52688091509d4bff2a897032 (diff)
downloademacs-0eedb5af0b9f505dda9418323c74e992a40e5585.tar.gz
emacs-0eedb5af0b9f505dda9418323c74e992a40e5585.tar.bz2
emacs-0eedb5af0b9f505dda9418323c74e992a40e5585.zip
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r--lisp/progmodes/cc-engine.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 8c8296fd6da..888184d2b46 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -3137,7 +3137,7 @@ comment at the start of cc-engine.el for more info."
(not base) ; FIXME!!! Compare base and far-base??
; (2019-05-21)
(not end)
- (> here end))
+ (>= here end))
(progn
(setq far-base-and-state (c-parse-ps-state-below here)
far-base (car far-base-and-state)
@@ -3150,7 +3150,7 @@ comment at the start of cc-engine.el for more info."
(or
(and (> here base) (null end))
(null (nth 8 s))
- (and end (> here end))
+ (and end (>= here end))
(not
(or
(and (nth 3 s) ; string