From 8ec468f38a0e272d16c06a0e676b8387055a9195 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Sat, 21 Jul 2012 13:07:28 +0200 Subject: [PATCH] Don't save .mc-list.el when running tests. --- features/support/env.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/support/env.el b/features/support/env.el index facfc70..8a61240 100644 --- a/features/support/env.el +++ b/features/support/env.el @@ -13,6 +13,8 @@ (require 'espuds) (require 'ert) +(defun mc/save-lists ()) ;; redefine to do nothing when running tests + (Before (multiple-cursors-mode 0) (mm/clear-all)