From 570afb61f96d9cccd350f03364e4ac89d69886a8 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 21 Jun 2011 22:08:50 +0200 Subject: [PATCH] Indent. --- lisp/nnimap.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 1bbd76f34..2cfc88987 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -420,9 +420,9 @@ textual parts.") (nnimap-login (car credentials) (cadr credentials)))) (if (car login-result) (progn - ;; Save the credentials if a save function exists - ;; (such a function will only be passed if a new - ;; token was created). + ;; Save the credentials if a save function exists + ;; (such a function will only be passed if a new + ;; token was created). (when (functionp (nth 2 credentials)) (funcall (nth 2 credentials))) ;; See if CAPABILITY is set as part of login -- 2.25.1