branch: elpa/inf-clojure commit 9d2d143a0d354ba530c69008ce3d29ec6c800c84 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Make sure tabs would never sneak in --- inf-clojure.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inf-clojure.el b/inf-clojure.el index 9d34b4c..6dbcded 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -1241,4 +1241,10 @@ for evaluation, therefore FORM should not include it." "Ascertain that PROC is a Planck REPL.") (provide 'inf-clojure) + +;; Local variables: +;; coding: utf-8 +;; indent-tabs-mode: nil +;; End: + ;;; inf-clojure.el ends here