aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-06-25 15:01:47 +0000
committerStefan Monnier <[email protected]>2008-06-25 15:01:47 +0000
commit32bed934f91f074c2adab249461b0039b90589a3 (patch)
tree2f0949dc5df3e291354a4fd20f398fa7830d5c27 /lisp
parent69587bba2174428bc25eda9675558aadede61674 (diff)
Require CL.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog16
-rw-r--r--lisp/gnus/nnmairix.el2
2 files changed, 12 insertions, 6 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 0ee4dd8751..5da9aee70f 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,19 +1,23 @@
+2008-06-25 Stefan Monnier <[email protected]>
+
+ * nnmairix.el: Require CL.
+
2008-06-15 David Engster <[email protected]>
* nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2008-06-14 Aidan Kehoe <[email protected]>
- * 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 <[email protected]>
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el
index dbc0a55e1f..6917b7739d 100644
--- a/lisp/gnus/nnmairix.el
+++ b/lisp/gnus/nnmairix.el
@@ -163,6 +163,8 @@
;;; Code:
+(eval-when-compile (require 'cl)) ;For (pop (cdr ogroup)).
+
(require 'nnoo)
(require 'gnus-group)
(require 'gnus-sum)