* gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
authorLars Magne Ingebrigtsen <larsi@stories.(none)>
Tue, 3 Jan 2012 22:54:05 +0000 (23:54 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.(none)>
Tue, 3 Jan 2012 22:54:05 +0000 (23:54 +0100)
lisp/ChangeLog
lisp/gnus-topic.el

index 33cb4dc..32d8407 100644 (file)
@@ -1,5 +1,7 @@
 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
+
        * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
        status in the correct buffer.
 
        * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
        status in the correct buffer.
 
index 1b4d75e..0c6c2d3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers
 
 ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers
 
-;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2012 Free Software Foundation, Inc.
 
 ;; Author: Ilja Weis <kult@uni-paderborn.de>
 ;;     Lars Magne Ingebrigtsen <larsi@gnus.org>
 
 ;; Author: Ilja Weis <kult@uni-paderborn.de>
 ;;     Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -1302,6 +1302,8 @@ When used interactively, PARENT will be the topic under point."
 ;;  2. Can't process on several marked groups with a same name,
 ;;     because gnus-group-marked only keeps one copy.
 
 ;;  2. Can't process on several marked groups with a same name,
 ;;     because gnus-group-marked only keeps one copy.
 
+(defvar gnus-topic-history nil)
+
 (defun gnus-topic-move-group (n topic &optional copyp)
   "Move the next N groups to TOPIC.
 If COPYP, copy the groups instead."
 (defun gnus-topic-move-group (n topic &optional copyp)
   "Move the next N groups to TOPIC.
 If COPYP, copy the groups instead."