ahyatt / emacs-websocket

A websocket implementation in elisp, for emacs.
GNU General Public License v2.0
324 stars 42 forks source link

Prevent emacs from asking users about killing server process on exit #47

Closed alpha22jp closed 7 years ago

alpha22jp commented 7 years ago

Hi @ahyatt,

This change prevents emacs from querying users about killing network process on exit when websocket server is running. I think it's better because users don't need the query.

ahyatt commented 7 years ago

Thanks for the fix!