Fix Emacs in Unix
This commit is contained in:
@@ -53,7 +53,7 @@ impl Emacs {
|
|||||||
EMACS_UPGRADE
|
EMACS_UPGRADE
|
||||||
.chars()
|
.chars()
|
||||||
.map(|c| if c.is_whitespace() { '\u{00a0}' } else { c })
|
.map(|c| if c.is_whitespace() { '\u{00a0}' } else { c })
|
||||||
.collect(),
|
.collect::<String>(),
|
||||||
);
|
);
|
||||||
|
|
||||||
#[cfg(not(unix))]
|
#[cfg(not(unix))]
|
||||||
|
|||||||
Reference in New Issue
Block a user