summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-08-18 20:16:06 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-08-18 20:16:06 +0200
commit070c60665e71ac9dddf073c9c49c1f8e91a9811f (patch)
treeeba4a7855d76cc407b114811b7cb818db3600868 /lisp
parent8d0f8a8a3670979115ac4b1de5c448b1f62f68e0 (diff)
downloademacs-070c60665e71ac9dddf073c9c49c1f8e91a9811f.tar.gz
emacs-070c60665e71ac9dddf073c9c49c1f8e91a9811f.tar.bz2
emacs-070c60665e71ac9dddf073c9c49c1f8e91a9811f.zip
Remove the "Recent message" section from the bug reports
* lisp/mail/emacsbug.el (report-emacs-bug): Don't include "Recent messages" since it has privacy implications. Problem reported by Lars Ingebrigtsen in: https://lists.gnu.org/archive/html/emacs-devel/2019-11/msg01099.html (bug#39185).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/emacsbug.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index efbc0668553..6b9e1db5fc6 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -324,18 +324,6 @@ usually do not have translators for other languages.\n\n")))
(let ((os (ignore-errors (report-emacs-bug--os-description))))
(if (stringp os)
(insert "System Description: " os "\n\n")))
- (let ((message-buf (get-buffer "*Messages*")))
- (if message-buf
- (let (beg-pos
- (end-pos message-end-point))
- (with-current-buffer message-buf
- (goto-char end-pos)
- (forward-line -10)
- (setq beg-pos (point)))
- (terpri (current-buffer) t)
- (insert "Recent messages:\n")
- (insert-buffer-substring message-buf beg-pos end-pos))))
- (insert "\n")
(when (and system-configuration-options
(not (equal system-configuration-options "")))
(insert "Configured using:\n 'configure "