emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 52a1ce6: * test/lisp/vc/diff-mode-tests.el: Require


From: Tino Calancha
Subject: [Emacs-diffs] master 52a1ce6: * test/lisp/vc/diff-mode-tests.el: Require diff-mode.
Date: Tue, 31 Jan 2017 16:22:39 +0000 (UTC)

branch: master
commit 52a1ce65d693daaa395e7d594ec441ab7b652d70
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    * test/lisp/vc/diff-mode-tests.el: Require diff-mode.
---
 test/lisp/vc/diff-mode-tests.el |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el
index 3887afb..807a411 100644
--- a/test/lisp/vc/diff-mode-tests.el
+++ b/test/lisp/vc/diff-mode-tests.el
@@ -18,6 +18,10 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
+;;; Code:
+
+(require 'diff-mode)
+
 
 (ert-deftest diff-mode-test-ignore-trailing-dashes ()
   "Check to make sure we successfully ignore trailing -- made by



reply via email to

[Prev in Thread] Current Thread [Next in Thread]