(gnus-button-regexp, gnus-button-marker-list)
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 6 Sep 2006 09:48:38 +0000 (09:48 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 6 Sep 2006 09:48:38 +0000 (09:48 +0000)
(gnus-button-last): Move up.  Convert comments into doc strings.

lisp/ChangeLog
lisp/gnus-art.el

index 89f880c..877bbc6 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-regexp, gnus-button-marker-list)
+       (gnus-button-last): Move up.  Convert comments into doc strings.
+
 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lpath.el: Fbind epg-check-configuration.
index 736ccb0..84e3e11 100644 (file)
@@ -1632,13 +1632,6 @@ This requires GNU Libidn, and by default only enabled if it is found."
   '("January" "February" "March" "April" "May" "June" "July" "August"
     "September" "October" "November" "December"))
 
-(defvar gnus-button-regexp nil)
-(defvar gnus-button-marker-list nil)
-;; Regexp matching any of the regexps from `gnus-button-alist'.
-
-(defvar gnus-button-last nil)
-;; The value of `gnus-button-alist' when `gnus-button-regexp' was build.
-
 (defvar article-goto-body-goes-to-point-min-p nil)
 (defvar gnus-article-wash-types nil)
 (defvar gnus-article-emphasis-alist nil)
@@ -4158,6 +4151,14 @@ commands:
   (mm-enable-multibyte)
   (gnus-run-mode-hooks 'gnus-article-mode-hook))
 
+;; Internal variables.  Are `gnus-button-regexp' and `gnus-button-last' used
+;; at all?
+(defvar gnus-button-regexp nil)
+(defvar gnus-button-marker-list nil
+  "Regexp matching any of the regexps from `gnus-button-alist'.")
+(defvar gnus-button-last nil
+  "The value of `gnus-button-alist' when `gnus-button-regexp' was build.")
+
 (defun gnus-article-setup-buffer ()
   "Initialize the article buffer."
   (let* ((name (if gnus-single-article-buffer "*Article*"