]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-make-dependencies): Quote open-paren in string.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:50:19 +0000 (20:50 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:50:19 +0000 (20:50 +0000)
lisp/cus-dep.el

index 4ce2932ab72124da7a5693c2a51503e7e3bb0f57..466f9b5be0b36260b7bb4f33e38c6cb93d6c09c4 100644 (file)
@@ -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)))