From 5ea37bc1efa03fdde77a75ceb99e1ef3e3ff5b3d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 8 Nov 2017 22:52:49 +0100 Subject: [PATCH] Clean up legacy comments --- core/autoload/test.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/autoload/test.el b/core/autoload/test.el index 2ab50a6e0..c8c4035b5 100644 --- a/core/autoload/test.el +++ b/core/autoload/test.el @@ -7,8 +7,7 @@ command line args following a double dash (each arg should be in the 'module/submodule' format). If neither is available, run all tests in all enabled modules." - (interactive) ; must be interactive to be run from batch - ;; FIXME Refactor this + (interactive) (condition-case-unless-debug ex (let (targets) ;; ensure DOOM is initialized