projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f72a394
)
; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 27 Jan 2023 10:25:08 +0000
(11:25 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 27 Jan 2023 10:25:08 +0000
(11:25 +0100)
This was holding up the automatic merges due to commit hooks.
lisp/progmodes/cc-engine.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-engine.el
b/lisp/progmodes/cc-engine.el
index ebcb20f0f8cd879842d19781c4828a23c7e7cace..2631c24f8dbe8ba8744650c8b32ed33080caf534 100644
(file)
--- a/
lisp/progmodes/cc-engine.el
+++ b/
lisp/progmodes/cc-engine.el
@@
-7357,7
+7357,7
@@
multi-line strings (but not C++, for example)."
(cons (match-beginning 1)
(cons (match-end 1) (match-beginning 2))))
(goto-char here))))
-
+
(defun c-ml-string-opener-intersects-region (&optional start finish)
;; If any part of the region [START FINISH] is inside an ml-string opener,
;; return a dotted list of the start, end and double-quote position of that