Fix equality between #p"~" and (user-homedir-pathname) on Win32.
authorStas Boukarev <stassats@gmail.com>
Wed, 6 Nov 2013 18:39:31 +0000 (22:39 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 6 Nov 2013 18:39:31 +0000 (22:39 +0400)
Don't use user-homedir-namestring on the windows version of
native-namestring, since the home directory can be specified as
C:/User/user, use (native-namestring (user-homedir-pathname)), which
will get C:\\User\\user\\ instead, making (native-namestring "~/") and
(native-namestring (user-homedir-pathname)) equal.


No differences found