From: Tino Calancha Date: Tue, 31 Jan 2017 16:20:46 +0000 (+0900) Subject: * test/lisp/vc/diff-mode-tests.el: Require diff-mode. X-Git-Tag: emacs-26.0.90~858^2~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52a1ce65d693daaa395e7d594ec441ab7b652d70;p=emacs.git * test/lisp/vc/diff-mode-tests.el: Require diff-mode. --- diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el index 3887afb59b9..807a411fa5d 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 . +;;; Code: + +(require 'diff-mode) + (ert-deftest diff-mode-test-ignore-trailing-dashes () "Check to make sure we successfully ignore trailing -- made by