Merge topic 'emacs-mode-unscreamify-more'
47f4b3b6
cmake-mode.el: unscreamify symbols instead of words
This commit is contained in:
commit
5dba212f3a
|
@ -177,7 +177,7 @@ the indentation. Otherwise it retains the same position on the line"
|
||||||
(interactive)
|
(interactive)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(while (re-search-forward "^\\([ \t]*\\)\\(\\w+\\)\\([ \t]*(\\)" nil t)
|
(while (re-search-forward "^\\([ \t]*\\)\\_<\\(\\(?:\\w\\|\\s_\\)+\\)\\_>\\([ \t]*(\\)" nil t)
|
||||||
(replace-match
|
(replace-match
|
||||||
(concat
|
(concat
|
||||||
(match-string 1)
|
(match-string 1)
|
||||||
|
|
Loading…
Reference in New Issue