aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2008-05-04 09:32:39 +0000
committerAndreas Schwab2008-05-04 09:32:39 +0000
commit7b913185b02b6c6876ec945935858c1fd5f047dd (patch)
tree9e50a93b7da2ca9ee1b33073d3bb610914ab4daa
parent5270bf519b9a421927475f51e327449137f44a84 (diff)
downloademacs-7b913185b02b6c6876ec945935858c1fd5f047dd.tar.gz
emacs-7b913185b02b6c6876ec945935858c1fd5f047dd.zip
Require dired when compiling.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/vc.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dd961545539..c67526e0656 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-05-04 Andreas Schwab <schwab@suse.de> 12008-05-04 Andreas Schwab <schwab@suse.de>
2 2
3 * vc.el: Require dired when compiling.
4
3 * minibuffer.el (completion--insert-strings): Don't delete past 5 * minibuffer.el (completion--insert-strings): Don't delete past
4 bol. 6 bol.
5 7
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 @@
673(require 'ewoc) 673(require 'ewoc)
674 674
675(eval-when-compile 675(eval-when-compile
676 (require 'dired)
676 (require 'cl)) 677 (require 'cl))
677 678
678(unless (assoc 'vc-parent-buffer minor-mode-alist) 679(unless (assoc 'vc-parent-buffer minor-mode-alist)