Require dired when compiling.
author |
Andreas Schwab <schwab@suse.de> |
date |
Sun, 04 May 2008 09:32:39 +0000 |
parents |
e0e6649ed314 |
children |
7939c814add6 |
files |
lisp/ChangeLog lisp/vc.el |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/lisp/ChangeLog Sun May 04 09:30:57 2008 +0000
+++ b/lisp/ChangeLog Sun May 04 09:32:39 2008 +0000
@@ -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.
--- a/lisp/vc.el Sun May 04 09:30:57 2008 +0000
+++ b/lisp/vc.el Sun May 04 09:32:39 2008 +0000
@@ -673,6 +673,7 @@
(require 'ewoc)
(eval-when-compile
+ (require 'dired)
(require 'cl))
(unless (assoc 'vc-parent-buffer minor-mode-alist)