diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-30 16:57:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-30 16:57:35 +0000 |
commit | 4b45b44f74958ed844b0755ab3ae5aa2138fca80 (patch) | |
tree | 45d696ba575133fcb8ef2f3e1dba5ec0ac4d652c /lisp/ediff-ptch.el | |
parent | 3b369e522c335f0665dfd2809fc5f32a37f1f90f (diff) | |
download | emacs-4b45b44f74958ed844b0755ab3ae5aa2138fca80.tar.gz |
Require ediff-init.
Diffstat (limited to 'lisp/ediff-ptch.el')
-rw-r--r-- | lisp/ediff-ptch.el | 2 |
1 files changed, 2 insertions, 0 deletions
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.") |