]> git.eshelyaron.com Git - emacs.git/commit
Fix Fdirectory_append check for whether strings have to be converted
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Jul 2021 16:35:14 +0000 (18:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Jul 2021 16:35:14 +0000 (18:35 +0200)
commit4b1367ee97446ed29b76aa49782e675918d5ca35
treeded6beaf97773f193cd87259f4d6c446427ad6c0
parent26da0b5ecb44ba5a8954be98b97ab59ccb391531
Fix Fdirectory_append check for whether strings have to be converted

* src/coding.c (string_ascii_p): Make it non-static.

* src/fileio.c (Fdirectory_append): Fix check for whether we need
to convert to multibyte.

* src/fns.c (string_ascii_p): Remove copy.

* src/lisp.h: Declare string_ascii_p.
src/coding.c
src/fileio.c
src/fns.c
src/lisp.h