; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.
This was holding up the automatic merges due to commit hooks.
This commit is contained in:
parent
f72a394716
commit
5859413df2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue