Require CL.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Jun 2008 15:01:47 +0000 (15:01 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Jun 2008 15:01:47 +0000 (15:01 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnmairix.el

index 0ee4dd8..5da9aee 100644 (file)
@@ -1,19 +1,23 @@
+2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nnmairix.el: Require CL.
+
 2008-06-15  David Engster  <dengste@eml.cc>
 
        * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
 
 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
 
-       * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
-       macros that expand to an `aset'/`aref' call under Emacs, and to a
+       * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
+       New macros that expand to an `aset'/`aref' call under Emacs, and to a
        runtime choice under XEmacs.
 
-       * gnus-sum.el (gnus-summary-set-display-table): Use
-       `gnus-put-display-table', `gnus-get-display-table',
+       * gnus-sum.el (gnus-summary-set-display-table):
+       Use `gnus-put-display-table', `gnus-get-display-table',
        `gnus-set-display-table' for the display table, instead of `aset'.
 
-       * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use
-       `gnus-put-display-table', `gnus-get-display-table',
+       * gnus-xmas.el (gnus-xmas-summary-set-display-table):
+       Use `gnus-put-display-table', `gnus-get-display-table',
        `gnus-set-display-table' for the display table.
 
 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
index dbc0a55..6917b77 100644 (file)
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))       ;For (pop (cdr ogroup)).
+
 (require 'nnoo)
 (require 'gnus-group)
 (require 'gnus-sum)