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) ```