From 28595a2a6dd42efb3692285c721877c36cd98372 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 26 Aug 1999 01:49:45 +0000 Subject: [PATCH] (defface): Quote the argument of `make-face'. --- tinycustom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinycustom.el b/tinycustom.el index cf982ac..0a19686 100644 --- a/tinycustom.el +++ b/tinycustom.el @@ -57,7 +57,7 @@ Its effect is just as same as that of defvar." FACE does not need to be quoted. \[custom emulating macro]" ((fboundp 'make-face) - (` (make-face (, face)))) + (` (make-face (quote (, face))))) (t ;; do nothing. )) -- 1.7.10.4