#710318 fetchmail: fetchmail-mode.el buffer local comment-start

Package:
fetchmail
Source:
fetchmail
Description:
SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
Submitter:
Kevin Ryde
Date:
2014-06-30 22:10:44 UTC
Severity:
minor
#710318#5
Date:
2013-05-29 21:36:27 UTC
From:
To:
M-x fetchmail-mode changes the global value of `comment-start' where I
expected that it would only make a buffer local setting.  I think it
should be something like

    (set (make-local-variable 'comment-start) "#")