Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-uu.el @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 0d2f883870bc |
children | 360340f9fd5f |
line wrap: on
line diff
--- a/lisp/gnus/gnus-uu.el Mon Aug 13 09:15:51 2007 +0200 +++ b/lisp/gnus/gnus-uu.el Mon Aug 13 09:16:51 2007 +0200 @@ -1695,7 +1695,7 @@ (defun gnus-quote-arg-for-sh-or-csh (arg) (let ((pos 0) new-pos accum) ;; *** bug: we don't handle newline characters properly - (while (setq new-pos (string-match "[!`\"$\\& \t]" arg pos)) + (while (setq new-pos (string-match "[!`\"$\\& \t{}]" arg pos)) (push (substring arg pos new-pos) accum) (push "\\" accum) (push (list (aref arg new-pos)) accum)