diff options
author | André Spiegel <spiegel@gnu.org> | 2000-11-24 16:25:59 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2000-11-24 16:25:59 +0000 |
commit | c3ce5e29ba1a373da2e07f7743a68dbb484f3ed5 (patch) | |
tree | a1b7789cbfd7467705a667e201d2d3e5e1d80ecd /lisp/vc-hooks.el | |
parent | 6e0863f5862cf9ce1ef9cb232026a4d5e8f27951 (diff) | |
download | emacs-c3ce5e29ba1a373da2e07f7743a68dbb484f3ed5.tar.gz |
Require 'cl during compilation.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 9f7bab9c1d2..4dfe4100bca 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> -;; $Id: vc-hooks.el,v 1.128 2000/11/06 13:19:38 monnier Exp $ +;; $Id: vc-hooks.el,v 1.130 2000/11/20 14:01:18 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -33,8 +33,8 @@ ;;; Code: -;(eval-when-compile -; (require 'vc)) +(eval-when-compile + (require 'cl)) ;; Customization Variables (the rest is in vc.el) |