projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd79612
)
(defface): Quote the argument of `make-face'.
author
yamaoka
<yamaoka>
Thu, 26 Aug 1999 01:49:45 +0000
(
01:49
+0000)
committer
yamaoka
<yamaoka>
Thu, 26 Aug 1999 01:49:45 +0000
(
01:49
+0000)
tinycustom.el
patch
|
blob
|
history
diff --git
a/tinycustom.el
b/tinycustom.el
index
cf982ac
..
0a19686
100644
(file)
--- 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.
))