From 781f7ac28162e3d45b1f59bd132b84faefb1e48f Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 28 Jun 1998 02:15:12 +0000 Subject: [PATCH] *** empty log message *** --- 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 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" " 'custom-version ") (prin1 version (current-buffer)) (insert ")\n") - (insert "(put '" (symbol-name symbol)) + (insert "(custom-put-if-not '" (symbol-name symbol)) (if (get symbol 'standard-value) ;; This means it's a variable (progn -- 2.39.2