comparison lisp/vc-hooks.el @ 47244:150814112c89

Don't require vc.el at compile-time; it causes recursive requirements.
author André Spiegel <spiegel@gnu.org>
date Thu, 05 Sep 2002 06:31:11 +0000
parents 31f2c4b2c82f
children 022aa2332f91
comparison
equal deleted inserted replaced
47243:62b74cacce22 47244:150814112c89
3 ;; Copyright (C) 1992,93,94,95,96,98,99,2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1992,93,94,95,96,98,99,2000 Free Software Foundation, Inc.
4 4
5 ;; Author: FSF (see vc.el for full credits) 5 ;; Author: FSF (see vc.el for full credits)
6 ;; Maintainer: Andre Spiegel <spiegel@gnu.org> 6 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
7 7
8 ;; $Id: vc-hooks.el,v 1.143 2002/08/23 13:23:14 spiegel Exp $ 8 ;; $Id: vc-hooks.el,v 1.144 2002/09/04 20:45:34 spiegel Exp $
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
32 ;; commentary of vc.el. 32 ;; commentary of vc.el.
33 33
34 ;;; Code: 34 ;;; Code:
35 35
36 (eval-when-compile 36 (eval-when-compile
37 (require 'vc)
38 (require 'cl)) 37 (require 'cl))
39 38
40 ;; Customization Variables (the rest is in vc.el) 39 ;; Customization Variables (the rest is in vc.el)
41 40
42 (defvar vc-ignore-vc-files nil "Obsolete -- use `vc-handled-backends'.") 41 (defvar vc-ignore-vc-files nil "Obsolete -- use `vc-handled-backends'.")