(defface): Quote the argument of `make-face'.
authoryamaoka <yamaoka>
Thu, 26 Aug 1999 01:49:45 +0000 (01:49 +0000)
committeryamaoka <yamaoka>
Thu, 26 Aug 1999 01:49:45 +0000 (01:49 +0000)
tinycustom.el

index cf982ac..0a19686 100644 (file)
@@ -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.
        ))