diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-23 21:36:49 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-23 21:36:49 +0000 |
commit | e5d31f9f638de02e9dfd7efa9bc674fc3196e228 (patch) | |
tree | 90237b8bf2c36796400f437b844325d0a441b1e5 /lisp/vc-arch.el | |
parent | df617e7ff8962604218644b7c0f96aa488384c98 (diff) | |
download | emacs-e5d31f9f638de02e9dfd7efa9bc674fc3196e228.tar.gz |
Require CL for `case'.
Diffstat (limited to 'lisp/vc-arch.el')
-rw-r--r-- | lisp/vc-arch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index 042b4bbbdca..32c5f5459ad 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el @@ -55,7 +55,7 @@ ;;; Code: -(eval-when-compile (require 'vc)) +(eval-when-compile (require 'vc) (require 'cl)) ;;; ;;; Customization options |