Skip to content

Commit

Permalink
disable byte compiling for test helper files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantm committed Jun 11, 2014
1 parent 49514a1 commit dc002b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/step-definitions/expand-region-steps.el
Expand Up @@ -80,3 +80,6 @@
(When "^I set \\(.+\\) to \\(.+\\)$"
(lambda (var val)
(set (intern var) (read val))))
;; Local Variables:
;; no-byte-compile: t
;; End:
3 changes: 3 additions & 0 deletions features/support/env.el
Expand Up @@ -23,3 +23,6 @@
(deactivate-mark))

(After)
;; Local Variables:
;; no-byte-compile: t
;; End:

0 comments on commit dc002b6

Please sign in to comment.