comparison lisp/gnus/nnmaildir.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 4d2f8b81bb01
children 7bb815042e61
comparison
equal deleted inserted replaced
110917:3243e7055d49 110918:236342431786
57 (put 'nnmaildir--with-move-buffer 'lisp-indent-function 0) 57 (put 'nnmaildir--with-move-buffer 'lisp-indent-function 0)
58 (put 'nnmaildir--condcase 'lisp-indent-function 2) 58 (put 'nnmaildir--condcase 'lisp-indent-function 2)
59 ) 59 )
60 ] 60 ]
61 61
62 ;; For Emacs < 22.2. 62 ;; For Emacs <22.2 and XEmacs.
63 (eval-and-compile 63 (eval-and-compile
64 (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) 64 (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
65 65
66 (eval-and-compile 66 (eval-and-compile
67 (require 'nnheader) 67 (require 'nnheader)