From a313af117c78741a71e7ccf28c3da71ef25d371a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 16 Aug 2000 20:50:19 +0000 Subject: [PATCH] (custom-make-dependencies): Quote open-paren in string. --- lisp/cus-dep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2