From: czkmt Date: Tue, 31 Oct 2000 13:01:10 +0000 (+0000) Subject: Require "backquote" before dealing with the custom issue. X-Git-Tag: wl-2_4-root~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3f9d46d5b75ecfc609094f394437aa0e1d27d5d4;p=elisp%2Fwanderlust.git Require "backquote" before dealing with the custom issue. --- 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 ""))))