aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu1998-06-28 02:15:12 +0000
committerDan Nicolaescu1998-06-28 02:15:12 +0000
commit781f7ac28162e3d45b1f59bd132b84faefb1e48f (patch)
tree3858c1b77c703de364d799b3b9ad74c56d34fa81
parent7e766510d2656dd2e82afabae4b393974d6a1b01 (diff)
downloademacs-781f7ac28162e3d45b1f59bd132b84faefb1e48f.tar.gz
emacs-781f7ac28162e3d45b1f59bd132b84faefb1e48f.zip
*** empty log message ***
-rw-r--r--lisp/cus-dep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index 7674599b705..241f5d9989e 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -137,7 +137,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
137 " 'custom-version ") 137 " 'custom-version ")
138 (prin1 version (current-buffer)) 138 (prin1 version (current-buffer))
139 (insert ")\n") 139 (insert ")\n")
140 (insert "(put '" (symbol-name symbol)) 140 (insert "(custom-put-if-not '" (symbol-name symbol))
141 (if (get symbol 'standard-value) 141 (if (get symbol 'standard-value)
142 ;; This means it's a variable 142 ;; This means it's a variable
143 (progn 143 (progn