]> gitweb.factorcode.org Git - factor.git/commitdiff
FUEL: Kind of subtle bug in C-cC-eu caused by syntax table tweakings.
authorJose A. Ortega Ruiz <jao@gnu.org>
Sat, 17 Jan 2009 04:35:16 +0000 (05:35 +0100)
committerJose A. Ortega Ruiz <jao@gnu.org>
Sat, 17 Jan 2009 04:35:16 +0000 (05:35 +0100)
misc/fuel/fuel-debug-uses.el

index af4f2ae60bdf6d2673541eb91115725b775d5d3b..4842f960d1787ebcbf8c9a3755601a0a46c2ae9d 100644 (file)
@@ -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))))))