]> git.eshelyaron.com Git - emacs.git/commitdiff
Require dired when compiling.
authorAndreas Schwab <schwab@suse.de>
Sun, 4 May 2008 09:32:39 +0000 (09:32 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 4 May 2008 09:32:39 +0000 (09:32 +0000)
lisp/ChangeLog
lisp/vc.el

index dd96154553977ea042a9ca1b888cf9f960514c23..c67526e06565a71cee669e5c8b80903518087fe1 100644 (file)
@@ -1,5 +1,7 @@
 2008-05-04  Andreas Schwab  <schwab@suse.de>
 
+       * vc.el: Require dired when compiling.
+
        * minibuffer.el (completion--insert-strings): Don't delete past
        bol.
 
index 4f9dfee7724616b26dbd757fce273b6b53ae4c60..ed0ddc154cf7c3b8de0290f5adb7903d512bfb95 100644 (file)
 (require 'ewoc)
 
 (eval-when-compile
+  (require 'dired)
   (require 'cl))
 
 (unless (assoc 'vc-parent-buffer minor-mode-alist)