jschaf / esup

ESUP - Emacs Start Up Profiler
398 stars 22 forks source link

esup chokes on empty config files #62

Open bymoz089 opened 5 years ago

bymoz089 commented 5 years ago

esup gives end of file error, when load loads a file with only comments in it.

How to reproduce:

  1. create file foo.rc.el within load-path, with content:
    ;; nothing here, just a comment
  2. insert following line into your init.el:
    (load "foo.rc" nil t)