From: Richard M. Stallman Date: Fri, 30 Aug 1996 16:57:35 +0000 (+0000) Subject: Require ediff-init. X-Git-Tag: emacs-20.1~3957 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b45b44f74958ed844b0755ab3ae5aa2138fca80;p=emacs.git Require ediff-init. --- 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.")