* 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
+2014-01-31 Glenn Morris <rgm@gnu.org>
+
+ * mail/reporter.el (reporter-dump-variable): In case of void-variable,
+ do not mess with mail-buffer position (fixes 2009-11-03 change).
+ * progmodes/cc-mode.el (c-submit-bug-report):
+ Check auto-fill-mode is bound. (Bug#16592)
+
2014-01-31 Darren Hoo <darren.hoo@gmail.com>
* startup.el (fancy-splash-image-file): New function,
(insert "\n"))
(void-variable
(with-current-buffer mailbuf
- (mail-position-on-field "X-Reporter-Void-Vars-Found")
- (end-of-line)
- (insert (symbol-name varsym) " ")))
+ (save-excursion
+ (mail-position-on-field "X-Reporter-Void-Vars-Found")
+ (end-of-line)
+ (insert (symbol-name varsym) " "))))
(error
(error ""))))
filladapt-mode
defun-prompt-regexp
font-lock-mode
+ auto-fill-mode
font-lock-maximum-decoration
parse-sexp-lookup-properties
lookup-syntax-properties))