summaryrefslogtreecommitdiff
path: root/lisp/mail/emacsbug.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-08-29 12:17:13 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-08-29 12:17:13 -0400
commitbd78fa1d5442e6e023a16d407741ec899d57d3cd (patch)
treefe959a18baff827f362b8b43b56b0cb644983272 /lisp/mail/emacsbug.el
parent4520b858c1d64bf61db1ae7b00b1b84e0cc645bd (diff)
downloademacs-bd78fa1d5442e6e023a16d407741ec899d57d3cd.tar.gz
emacs-bd78fa1d5442e6e023a16d407741ec899d57d3cd.tar.bz2
emacs-bd78fa1d5442e6e023a16d407741ec899d57d3cd.zip
Add "Package:" file headers to denote built-in packages.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r--lisp/mail/emacsbug.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 91242b98aeb..b3ec3fb4850 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -7,6 +7,7 @@
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Keywords: maint mail
+;; Package: emacs
;; This file is part of GNU Emacs.
@@ -119,7 +120,7 @@
(concat "mailto:" to))
(error "Subject, To or body not found")))))
-
+
;;;###autoload
(defun report-emacs-bug (topic &optional recent-keys)
"Report a bug in GNU Emacs.
@@ -274,7 +275,7 @@ usually do not have translators to read other languages for them.\n\n")
(use-local-map (nconc (make-sparse-keymap) (current-local-map)))
(define-key (current-local-map) "\C-c\C-i" 'report-emacs-bug-info)
(if can-xdg-email
- (define-key (current-local-map) "\C-cm"
+ (define-key (current-local-map) "\C-cm"
'report-emacs-bug-insert-to-mailer))
;; Could test major-mode instead.
(cond ((memq mail-user-agent '(message-user-agent gnus-user-agent))