X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcus-dep.el;h=8a05073d80dc29c11603b51eaf44ebc35cefc738;hb=add95eee22afe1a9d2c4ea097afaa091d0fac8f3;hp=8dab0cfa92e5c89032b26d8ae1323a2c04cb1b17;hpb=35adcaaeafb1fe93eaf00c39b48619e8f188ff3f;p=chise%2Fxemacs-chise.git diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 8dab0cf..8a05073 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -173,7 +173,7 @@ Batch usage: xemacs -batch -l cus-dep.el -f Custom-make-dependencies DIRS" (if found (insert " ") (insert "(custom-add-loads '" - (symbol-name sym) " '(")) + (prin1-to-string sym) " '(")) (prin1 where (current-buffer)) (push where found))) (when found