Clean up spacing to pass Emacs's pre-commit check

Like 00dacdcc5 (2015-08-10), this is in preparation for syncing with
the Emacs repo.
This commit is contained in:
Kyle Meyer 2017-01-25 22:21:00 -05:00
parent ffa4502771
commit c1822e5560
2 changed files with 2 additions and 2 deletions

View File

@ -8333,7 +8333,7 @@ When called with a prefix argument, include all archive files as well."
(t ""))
(if (or org-agenda-category-filter
(get 'org-agenda-category-filter :preset-filter))
'(:eval (propertize
'(:eval (propertize
(concat " <"
(mapconcat
'identity

View File

@ -13070,7 +13070,7 @@ statistics everywhere."
(and (member kwd org-done-keywords)
(member kwd (cadr org-provide-todo-statistics))))))
(setq cnt-all (1+ cnt-all))
(and (eq org-provide-todo-statistics t)
(and (eq org-provide-todo-statistics t)
kwd
(setq cnt-all (1+ cnt-all))))
(when (or (and (member org-provide-todo-statistics '(t all-headlines))