From 5bddbbb7d3153c3732972512f2ae454585168006 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 17 May 2015 01:32:02 +0200 Subject: [PATCH] Remove newline --- focus.el | 1 - 1 file changed, 1 deletion(-) diff --git a/focus.el b/focus.el index 20d34aa..e1d1ce6 100644 --- a/focus.el +++ b/focus.el @@ -134,6 +134,5 @@ focus-move-focus to `post-command-hook'." :init-value nil (if focus-mode (focus-init) (focus-terminate))) - (provide 'focus) ;;; focus.el ends here