From: Stefan Monnier Date: Wed, 16 Aug 2000 20:50:19 +0000 (+0000) Subject: (custom-make-dependencies): Quote open-paren in string. X-Git-Tag: emacs-pretest-21.0.90~2234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a313af117c78741a71e7ccf28c3da71ef25d371a;p=emacs.git (custom-make-dependencies): Quote open-paren in string. --- 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)))