]> git.eshelyaron.com Git - emacs.git/commitdiff
(mm-uu-dissect): Fix use of character constant.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 14 Feb 2003 09:59:52 +0000 (09:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 14 Feb 2003 09:59:52 +0000 (09:59 +0000)
lisp/gnus/mm-uu.el

index 32d416d081584816684b0c71944945ed1785514c..a9609a72216d0c965bf44d135442c310d12806a6 100644 (file)
@@ -153,7 +153,7 @@ To disable dissecting shar codes, for instance, add
                       (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))