Emacs Bug: file-exists-p (2024-11-27)

By Xah Lee. Date: .

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