From: yamaoka Date: Thu, 26 Aug 1999 01:49:45 +0000 (+0000) Subject: (defface): Quote the argument of `make-face'. X-Git-Tag: apel-9_22~42 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=28595a2a6dd42efb3692285c721877c36cd98372 (defface): Quote the argument of `make-face'. --- 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. ))