changeset 49791:ee6f8dc4fe37

(mm-uu-dissect): Fix use of character constant.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 14 Feb 2003 09:59:52 +0000
parents 481b30daf13f
children fe5c6e53c249
files lisp/gnus/mm-uu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/mm-uu.el	Fri Feb 14 09:59:13 2003 +0000
+++ b/lisp/gnus/mm-uu.el	Fri Feb 14 09:59:52 2003 +0000
@@ -153,7 +153,7 @@
 		       (looking-at "\\(.+\\)$"))
 		  (and (match-string 1)
 		       (let ((nnheader-file-name-translation-alist
-			      '((?/ . ?,) (? . ?_) (?* . ?_) (?$ . ?_))))
+			      '((?/ . ?,) (?\  . ?_) (?* . ?_) (?$ . ?_))))
 			 (nnheader-translate-file-chars (match-string 1))))))
 	(forward-line);; in case of failure
 	(setq start-char-1 (point))