Emacs Bug: file-exists-p (2024-11-27)
emacs bug file-exists-p
if the arg of file-exists-p
has extra period at the end, it still say it exists
(eq t (file-exists-p "c:/Users/....")) ;; t
if the arg of file-exists-p
has extra period at the end, it still say it exists
(eq t (file-exists-p "c:/Users/....")) ;; t