Closed nixmaniack closed 8 years ago
Travis error seems irrelevant with respect to this PR changes.
Yes, travis is not set up properly. In what case would filename be nil?
One of the entries in my bookmark-alist
was from elfeed
which looks like this
("Some Random Article" (location . "@6-months-ago +unread") (tags "unread") (handler . elfeed-search-bookmark-handler))
file-directory-p
expectsstring
and throws error fornil
.