comparison lisp/gnus/gnus-group.el @ 110918:236342431786

nnimap.el (gnutls-negotiate): Silence the byte compiler. *.el: Fix comment for declare-function.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 11 Oct 2010 23:29:33 +0000
parents 7aa4fdb60d57
children 29c951d93e6d
comparison
equal deleted inserted replaced
110917:3243e7055d49 110918:236342431786
23 23
24 ;;; Commentary: 24 ;;; Commentary:
25 25
26 ;;; Code: 26 ;;; Code:
27 27
28 ;; For Emacs < 22.2. 28 ;; For Emacs <22.2 and XEmacs.
29 (eval-and-compile 29 (eval-and-compile
30 (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) 30 (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
31 31
32 (eval-when-compile 32 (eval-when-compile
33 (require 'cl)) 33 (require 'cl))