changeset 30884:a6155f9c1e66

(custom-make-dependencies): Quote open-paren in string.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Aug 2000 20:50:19 +0000
parents 869204bacd5f
children 14607109ea46
files lisp/cus-dep.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))