summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
authorpsg <>2006-09-06 00:49:39 +0000
committerpsg <>2006-09-06 00:49:39 +0000
commitfff3647327a17e55c69b201a86bda6e177e2b245 (patch)
tree0e1e6cf31938f404b38ee4eace12c4cdfb9716e1 /debian-bug.el
parentedf6247b7cb8a87eb9d3d80cda4541428724f428 (diff)
debian-bug.el: Bug fix: "debian-el: debian-bug-prompt-bug-number missing
word-at-point", thanks to Kevin Ryde (Closes: #384542).
Diffstat (limited to 'debian-bug.el')
-rw-r--r--debian-bug.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian-bug.el b/debian-bug.el
index 1fa98b8..f329dc1 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -1,7 +1,7 @@
;; debian-bug.el --- report a bug to Debian's bug tracking system
;; Copyright (C) 1998, 1999 Free Software Foundation, Inc.
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Peter S Galbraith <psg@debian.org>
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Peter S Galbraith <psg@debian.org>
;; Help texts from
;; http://www.debian.org/Bugs/Developer#severities
@@ -275,6 +275,8 @@
;; - Search for "^cc:" instead of simply "cc:" in Bug #208570 change.
;; V1.60 30May2006 Luca Capello <luca@pca.it>
;; - Change the face of Tags: for experimental, (Closes: #357265)
+;; V1.61 05Sep2006 evin Ryde <user42@zip.com.au>
+;; - word-at-point needs an autoload or a require statement (Closes: #384542)
;; ----------------------------------------------------------------------------
;;; Todo (Peter's list):
@@ -1422,6 +1424,7 @@ With optional argument prefix ARCHIVED, display archived bugs."
(defun debian-bug-prompt-bug-number (prompt)
"Prompt the user for a bug number using PROMPT."
+ (require 'thingatpt)
(let ((default-number)
(item (word-at-point)))
;; First see if there's a number under point