diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-01-27 11:25:08 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-01-27 11:25:08 +0100 |
commit | 5859413df235e87a89257e991cc6c6fd220b2b9c (patch) | |
tree | 0be0e68ba3a17f81f6b3d95edb0c83434059b410 /lisp | |
parent | f72a394716f4373dbbdc79ad0816da90bdb032a1 (diff) | |
download | emacs-5859413df235e87a89257e991cc6c6fd220b2b9c.tar.gz emacs-5859413df235e87a89257e991cc6c6fd220b2b9c.tar.bz2 emacs-5859413df235e87a89257e991cc6c6fd220b2b9c.zip |
; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.
This was holding up the automatic merges due to commit hooks.
Diffstat (limited to 'lisp')
-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 ebcb20f0f8c..2631c24f8db 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)." (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 |