clarete / hackernews.el

Hacker News client for Emacs
GNU General Public License v3.0
248 stars 26 forks source link

fix hackernews.el:215:18:Warning: end-of-buffer is for interactive us… #25

Closed aborn closed 8 years ago

aborn commented 8 years ago

fix following compile warning: hackernews.el:215:18:Warning: end-of-buffer' is for interactive use only; use (goto-char (point-max))' instead.

clarete commented 8 years ago

Thanks!