X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcus-dep.el;h=8a05073d80dc29c11603b51eaf44ebc35cefc738;hb=fa496b57b20baf7d0d75c0248c82aa40ce7bab0b;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