FUEL: Kind of subtle bug in C-cC-eu caused by syntax table tweakings.
parent
5b3a9eb35f
commit
923bd07ad4
|
@ -47,7 +47,8 @@
|
|||
(substring-no-properties (thing-at-point 'line)))))
|
||||
(when in-usings (setq line (concat "! " line)))
|
||||
(push line lines))
|
||||
(when (and in-usings (looking-at ".*\\_<;\\_>")) (setq in-usings nil))
|
||||
(when (and in-usings (looking-at "\\(^\\|.* \\);\\( \\|\n\\)"))
|
||||
(setq in-usings nil))
|
||||
(forward-line))
|
||||
(reverse lines))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue