changeset 111277:f1b7bcd27c95

Silence sieve-manage.el compilation. * lisp/gnus/sieve-manage.el: Require 'cl when compiling, for caddr.
author Glenn Morris <rgm@gnu.org>
date Sun, 31 Oct 2010 18:38:04 -0700
parents 23bef14261e1
children 416f27744f24
files lisp/gnus/ChangeLog lisp/gnus/sieve-manage.el
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Sun Oct 31 18:34:55 2010 -0700
+++ b/lisp/gnus/ChangeLog	Sun Oct 31 18:38:04 2010 -0700
@@ -1,5 +1,7 @@
 2010-11-01  Glenn Morris  <rgm@gnu.org>
 
+	* sieve-manage.el: Require 'cl when compiling.
+
 	* gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
 	(gnus-iswitchb-completing-read): Require iswitchb.
 	(gnus-select-frame-set-input-focus): Silence compiler.
--- a/lisp/gnus/sieve-manage.el	Sun Oct 31 18:34:55 2010 -0700
+++ b/lisp/gnus/sieve-manage.el	Sun Oct 31 18:38:04 2010 -0700
@@ -1,7 +1,7 @@
 ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+;;   2010  Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <simon@josefsson.org>
 
@@ -79,6 +79,7 @@
   (require 'password))
 
 (eval-when-compile
+  (require 'cl)				; caddr
   (require 'sasl)
   (require 'starttls))
 (autoload 'sasl-find-mechanism "sasl")