From 4b45b44f74958ed844b0755ab3ae5aa2138fca80 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 30 Aug 1996 16:57:35 +0000 Subject: [PATCH] Require ediff-init. --- lisp/ediff-ptch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/ediff-ptch.el b/lisp/ediff-ptch.el index 401bfc1ef08..a06c861e3a6 100644 --- a/lisp/ediff-ptch.el +++ b/lisp/ediff-ptch.el @@ -24,6 +24,8 @@ ;;; Code: +(require 'ediff-init) + (defvar ediff-last-dir-patch nil "Last directory used by an Ediff command for file to patch.") -- 2.39.2