Fix for c-submit-bug-report and reporter.el void-variable handling
authorGlenn Morris <rgm@gnu.org>
Fri, 31 Jan 2014 02:39:40 +0000 (21:39 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 31 Jan 2014 02:39:40 +0000 (21:39 -0500)
commitb7e615b9bc17a1e4a9ea0d4a71a87b64152af660
treea8f7c02ffdfd13525a6f27dd9321c4f870d48d0e
parent0a25002dc2abfd77cd1c227942df3e77321d398d
Fix for c-submit-bug-report and reporter.el void-variable handling

* lisp/mail/reporter.el (reporter-dump-variable): In case of void-variable,
do not mess with mail-buffer position (fixes 2009-11-03 change).

* lisp/progmodes/cc-mode.el (c-submit-bug-report):
Check auto-fill-mode is bound.

Fixes: debbugs:16592
lisp/ChangeLog
lisp/mail/reporter.el
lisp/progmodes/cc-mode.el