From 7b913185b02b6c6876ec945935858c1fd5f047dd Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 4 May 2008 09:32:39 +0000 Subject: [PATCH] Require dired when compiling. --- lisp/ChangeLog | 2 ++ lisp/vc.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd961545539..c67526e0656 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-05-04 Andreas Schwab + * vc.el: Require dired when compiling. + * minibuffer.el (completion--insert-strings): Don't delete past bol. diff --git a/lisp/vc.el b/lisp/vc.el index 4f9dfee7724..ed0ddc154cf 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -673,6 +673,7 @@ (require 'ewoc) (eval-when-compile + (require 'dired) (require 'cl)) (unless (assoc 'vc-parent-buffer minor-mode-alist) -- 2.39.5