From: Andreas Schwab Date: Sun, 4 May 2008 09:32:39 +0000 (+0000) Subject: Require dired when compiling. X-Git-Tag: emacs-pretest-23.0.90~5831 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b913185b02b6c6876ec945935858c1fd5f047dd;p=emacs.git Require dired when compiling. --- 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)