X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Fcus-dep.el;h=8a05073d80dc29c11603b51eaf44ebc35cefc738;hp=8dab0cfa92e5c89032b26d8ae1323a2c04cb1b17;hb=33c8db8e2477d62fd8734f65475f2ed516167532;hpb=7049bf113e6f1c9f87b67a82b41a2778a25961e2;ds=sidebyside 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