Skip to content

Commit a3cabb6

Browse files
author
Dave Abrahams
committed
[emacs support] add a missing (require 'compile)
1 parent ec1a218 commit a3cabb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/swift-project-settings.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ takes precedence for files in the Swift project"
239239
ad-do-it)
240240
ad-do-it))
241241

242+
(require 'compile) ;; for compilation-error-regexp-alist et al.
242243
(push 'swift-stdlibunittest-possibly-expected-assertion compilation-error-regexp-alist)
243244
(push `(swift-stdlibunittest-possibly-expected-assertion "^\\(\\(?:stdout\\|stderr\\)>>> *\\)?.*\\(?:failed\\(?: at\\|.*file\\)\\|.*: file\\) \\([^,]*\\), line \\([0-9]+\\)$"
244245
2 3 ,(not :column) 0)

0 commit comments

Comments
 (0)