summaryrefslogtreecommitdiff
path: root/lisp/progmodes/bug-reference.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-07-21 14:13:23 +0800
committerChong Yidong <cyd@gnu.org>2012-07-21 14:13:23 +0800
commit257210319f10abebbfd7c12784cf3a8e112c3562 (patch)
tree48b747e691e6f8966d2a47cd4f57b0c1a1b01217 /lisp/progmodes/bug-reference.el
parent316e68a7952719c0450933eb956163ea4248d088 (diff)
parent2c73e345cc666982dbcb9d73e4fdd5a3348d19bc (diff)
downloademacs-257210319f10abebbfd7c12784cf3a8e112c3562.tar.gz
emacs-257210319f10abebbfd7c12784cf3a8e112c3562.tar.bz2
emacs-257210319f10abebbfd7c12784cf3a8e112c3562.zip
Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.org
Diffstat (limited to 'lisp/progmodes/bug-reference.el')
-rw-r--r--lisp/progmodes/bug-reference.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el
index 48ef5da12ae..0a7d65c1fa4 100644
--- a/lisp/progmodes/bug-reference.el
+++ b/lisp/progmodes/bug-reference.el
@@ -30,6 +30,8 @@
;; Two minor modes are provided. One works on any text in the buffer;
;; the other operates only on comments and strings.
+;;; Code:
+
(defvar bug-reference-map
(let ((map (make-sparse-keymap)))
(define-key map [mouse-2] 'bug-reference-push-button)
@@ -154,4 +156,5 @@ the mode if ARG is omitted or nil."
(widen)
(bug-reference-unfontify (point-min) (point-max)))))
+(provide 'bug-reference)
;;; bug-reference.el ends here