# HG changeset patch # User Stefan Monnier # Date 966459019 0 # Node ID a6155f9c1e66a433430a1d469a1525d0f831950d # Parent 869204bacd5f07d291d717df7aa51a3c4874a7a2 (custom-make-dependencies): Quote open-paren in string. diff -r 869204bacd5f -r a6155f9c1e66 lisp/cus-dep.el --- a/lisp/cus-dep.el Wed Aug 16 20:49:45 2000 +0000 +++ b/lisp/cus-dep.el Wed Aug 16 20:50:19 2000 +0000 @@ -116,7 +116,7 @@ ;;; 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)))