summaryrefslogtreecommitdiff
path: root/lisp/cus-dep.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-08-16 20:50:19 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-08-16 20:50:19 +0000
commita313af117c78741a71e7ccf28c3da71ef25d371a (patch)
tree075d4adf9c53c1b327a52e900919eefbe56c38a2 /lisp/cus-dep.el
parent6a7ceddcab9071463e92d73e8dc16412ad776ad0 (diff)
downloademacs-a313af117c78741a71e7ccf28c3da71ef25d371a.tar.gz
(custom-make-dependencies): Quote open-paren in string.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r--lisp/cus-dep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index 4ce2932ab72..466f9b5be0b 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -116,7 +116,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
;;; variables and groups if it's already set. (We don't know when
;;; cus-load.el is going to be loaded and at that time some of the
;;; files might be loaded and some others might not).
-(defmacro custom-put-if-not (symbol propname value)
+\(defmacro custom-put-if-not (symbol propname value)
`(unless (get ,symbol ,propname)
(put ,symbol ,propname ,value)))