From e5d31f9f638de02e9dfd7efa9bc674fc3196e228 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 23 Mar 2004 21:36:49 +0000 Subject: [PATCH] Require CL for `case'. --- lisp/vc-arch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2