+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-04 Chong Yidong <cyd@stupidchicken.com>
* message.el (message-send-mail-with-sendmail): Look for sendmail in
(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*"
:inline t
(integer :tag "Regexp group")))))
-(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.
-
;;; Commands:
(defun gnus-article-push-button (event)