FUEL: Correct regexp to work with multiline USING:

db4
Björn Lindqvist 2013-08-14 18:02:32 +02:00
parent 365a790eba
commit f35795f415
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ source/docs/tests file. When set to false, you'll be asked only once."
(defun factor-in-using ()
(let ((p (point)))
(save-excursion
(and (re-search-backward "^USING: " nil t)
(and (re-search-backward "^USING:[ \n]" nil t)
(re-search-forward " ;" nil t)
(< p (match-end 0))))))