]> git.eshelyaron.com Git - emacs.git/commitdiff
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 0ee4dd87518b93883bd9a3f1d9c1833db819c6d0..5da9aee70f459e16fa2d9e7514a1f07c140132e0 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 dbc0a55e1f25d2db206e7ba44082e063e5601127..6917b7739db73d38f6c72ed8b6c1ed007d4d8504 100644 (file)
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))       ;For (pop (cdr ogroup)).
+
 (require 'nnoo)
 (require 'gnus-group)
 (require 'gnus-sum)