Merge topic 'emacs-mode-indent-issue-12908'

7da35e6 cmake-mode.el: Indent after multiline argument (#12908)
This commit is contained in:
David Cole 2012-01-25 11:17:55 -05:00 committed by CMake Topic Stage
commit 055999a1ef
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ set the path with these commands:
(setq region (buffer-substring-no-properties (point) point-start))
(while (and (not (bobp))
(or (looking-at cmake-regex-blank)
(cmake-line-starts-inside-string)
(not (and (string-match cmake-regex-indented region)
(= (length region) (match-end 0))))))
(forward-line -1)