Mercurial > emacs
comparison lisp/gnus/sieve-manage.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 | 3243e7055d49 |
children | f1b7bcd27c95 |
comparison
equal
deleted
inserted
replaced
110917:3243e7055d49 | 110918:236342431786 |
---|---|
68 ;; 2002-07-27 Added DELETESCRIPT. Suggested by Ned Ludd. | 68 ;; 2002-07-27 Added DELETESCRIPT. Suggested by Ned Ludd. |
69 ;; 2002-08-03 Use SASL library. | 69 ;; 2002-08-03 Use SASL library. |
70 | 70 |
71 ;;; Code: | 71 ;;; Code: |
72 | 72 |
73 ;; For Emacs < 22.2. | 73 ;; For Emacs <22.2 and XEmacs. |
74 (eval-and-compile | 74 (eval-and-compile |
75 (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) | 75 (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) |
76 | 76 |
77 (if (locate-library "password-cache") | 77 (if (locate-library "password-cache") |
78 (require 'password-cache) | 78 (require 'password-cache) |