(mm-uu-dissect): Fix use of character constant.
This commit is contained in:
parent
2d0dc708e3
commit
de6e282cba
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue