In emacs_version(): NAs introduced by coercion #689
Labels
bug
an unexpected problem or unintended behavior
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
I've determined this is because
emacs_version
expectsINSIDE_EMACS
to be some kind of version string, but Emacs vterm setsINSIDE_EMACS
tovterm
.Should we special case
vterm
inemacs_version
?The text was updated successfully, but these errors were encountered: