rejeep / f.el

Modern API for working with files and directories in Emacs
GNU General Public License v3.0
680 stars 68 forks source link

Have f-expand return a directory name if a directory name is given #89

Closed phst closed 6 years ago

phst commented 6 years ago

Various Emacs functions distinguish between directory names and directory file names, so f.el functions shouldn’t silently convert from one to the other.

phst commented 6 years ago

The travis failure seems unrelated (the build can't install packages from melpa).