From b4b539cb22a297e9b7324b73bfa031d454807661 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 5 Nov 2009 12:12:36 +0100 Subject: [PATCH] Reformat some code --- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index eaad5b527..1b2f79cc1 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -185,8 +185,8 @@ using `rsync' or `scp'.") (mapcar (lambda (f) (cond - ((eq f 'org-agenda-files) (org-agenda-files - t include-archives)) + ((eq f 'org-agenda-files) + (org-agenda-files t include-archives)) ((eq f 'org-agenda-text-search-extra-files) (delq 'agenda-archives (copy-sequence -- 2.11.4.GIT