Open bymoz089 opened 5 years ago
esup gives end of file error, when load loads a file with only comments in it.
end of file error
load
How to reproduce:
foo.rc.el
load-path
;; nothing here, just a comment
init.el
(load "foo.rc" nil t)
esup gives
end of file error
, whenload
loads a file with only comments in it.How to reproduce:
foo.rc.el
withinload-path
, with content:init.el
: