Fix Emacs in Unix

This commit is contained in:
Roey Darwish Dror
2019-11-18 22:25:29 +02:00
parent eff717e4aa
commit 9db2d7fe3e

View File

@@ -53,7 +53,7 @@ impl Emacs {
EMACS_UPGRADE
.chars()
.map(|c| if c.is_whitespace() { '\u{00a0}' } else { c })
.collect(),
.collect::<String>(),
);
#[cfg(not(unix))]