Skip to content

Commit

Permalink
emacs support: add a provide statement so require works.
Browse files Browse the repository at this point in the history
Add a (provide 'tidyall) statement so one can require the
code elsewhere.
  • Loading branch information
George Hartzell committed Mar 27, 2014
1 parent 315f86a commit 88a6b64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/editors/tidyall.el
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@
(split-window-vertically))
(set-window-buffer (next-window) error-buffer))))
(delete-file error-file))))))

(provide 'tidyall)

0 comments on commit 88a6b64

Please sign in to comment.