From 3f9d46d5b75ecfc609094f394437aa0e1d27d5d4 Mon Sep 17 00:00:00 2001 From: czkmt Date: Tue, 31 Oct 2000 13:01:10 +0000 Subject: [PATCH] Require "backquote" before dealing with the custom issue. --- WL-MK | 1 + 1 file changed, 1 insertion(+) diff --git a/WL-MK b/WL-MK index 48d14bd..3d0693e 100644 --- a/WL-MK +++ b/WL-MK @@ -56,6 +56,7 @@ Warning: You don't seem to have \"new custom\" package installed. See README file of APEL package for more information. ")) + (require 'backquote) (defmacro defgroup (&rest args)) (defmacro defcustom (symbol value &optional doc &rest args) (let ((doc (concat "*" (or doc "")))) -- 1.7.10.4