From 0769107a3c4214e26f1debd97553b67c90d0205c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 4 Sep 2000 19:46:58 +0000 Subject: [PATCH] (toplevel): Require `dired' at run-time for dired-mode-map. --- lisp/vc.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index 6415619acb3..d9fe49622ae 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -5,7 +5,7 @@ ;; Author: FSF (see below for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc.el,v 1.1 2000/09/04 19:35:57 gerd Exp gerd $ +;; $Id: vc.el,v 1.261 2000/09/04 19:46:19 gerd Exp $ ;; This file is part of GNU Emacs. @@ -147,9 +147,9 @@ (require 'vc-hooks) (require 'ring) +(require 'dired) ; for dired-mode-map (eval-when-compile - (require 'compile) - (require 'dired)) ; for dired-map-over-marks macro + (require 'compile)) (if (not (assoc 'vc-parent-buffer minor-mode-alist)) (setq minor-mode-alist -- 2.39.2