# HG changeset patch # User Stefan Monnier # Date 1214406107 0 # Node ID a9507acee8022fb7dc46f98ceab4742c51e8e968 # Parent 9c9415d59eacf4c7ff559dcdbc6996b3433be12d Require CL. diff -r 9c9415d59eac -r a9507acee802 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Wed Jun 25 14:05:38 2008 +0000 +++ b/lisp/gnus/ChangeLog Wed Jun 25 15:01:47 2008 +0000 @@ -1,19 +1,23 @@ +2008-06-25 Stefan Monnier + + * nnmairix.el: Require CL. + 2008-06-15 David Engster * nnimap.el (nnimap-request-delete-group): Unselect group if necessary. 2008-06-14 Aidan Kehoe - * 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 diff -r 9c9415d59eac -r a9507acee802 lisp/gnus/nnmairix.el --- a/lisp/gnus/nnmairix.el Wed Jun 25 14:05:38 2008 +0000 +++ b/lisp/gnus/nnmairix.el Wed Jun 25 15:01:47 2008 +0000 @@ -163,6 +163,8 @@ ;;; Code: +(eval-when-compile (require 'cl)) ;For (pop (cdr ogroup)). + (require 'nnoo) (require 'gnus-group) (require 'gnus-sum)