emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9d00392: * lisp/xwidget.el (report-xwidget-bug):


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 9d00392: * lisp/xwidget.el (report-xwidget-bug): Remove.
Date: Tue, 19 Jan 2016 21:02:22 +0000

branch: emacs-25
commit 9d00392520abc4421f0a5992298f3cb8077c78b0
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/xwidget.el (report-xwidget-bug): Remove.
    
    (top-level): No longer require reporter.
---
 lisp/xwidget.el |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 9c38c8e..2472c8d 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -31,7 +31,6 @@
 ;;; Code:
 
 (require 'cl-lib)
-(require 'reporter)
 (require 'bookmark)
 
 (defcustom xwidget-webkit-scroll-behaviour 'native
@@ -583,26 +582,6 @@ It can be retrieved with `(xwidget-get XWIDGET PROPNAME)'."
 
 (add-hook 'kill-buffer-query-functions 'xwidget-kill-buffer-query-function)
 
-(defun report-xwidget-bug ()
-  "Report a bug in GNU Emacs about the XWidget branch.
-Prompts for bug subject.  Leaves you in a mail buffer."
-  (interactive)
-  (let ((reporter-prompt-for-summary-p t))
-    (reporter-submit-bug-report "address@hidden" nil nil nil nil
-                                (format "Package: emacs-xwidgets
-
-Please describe exactly what actions triggered the bug, and the
-precise symptoms of the bug.  If you can, give a recipe starting
-from `emacs -Q'.
-
-If Emacs crashed, and you have the Emacs process in the gdb
-deubbger, please include the output from the following gdb
-commands:
-    `bt full' and `xbacktrace'.
-
-For information about debugging Emacs, please read the file
-%s" (expand-file-name "DEBUG" data-directory)))))
-
 (provide 'xwidget)
 
 ;;; xwidget.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]