]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/bug-reference.el
Buttonize the whole line, including the number at the beginning
[gnu-emacs] / lisp / progmodes / bug-reference.el
index 97fcb6874dd10244b55b20f708328ae7ffa1753c..53d295868c437a68f2ef1a8ad76c487c435848bf 100644 (file)
@@ -1,6 +1,6 @@
 ;; bug-reference.el --- buttonize bug references
 
-;; Copyright (C) 2008-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 ;; Author: Tom Tromey <tromey@redhat.com>
 ;; Created: 21 Mar 2007
@@ -74,6 +74,7 @@ so that it is considered safe, see `enable-local-variables'.")
 The second subexpression should match the bug reference (usually a number)."
   :type 'string
   :safe 'stringp
+  :version "24.3"                      ; previously defconst
   :group 'bug-reference)
 
 (defun bug-reference-set-overlay-properties ()