Browse Source

Minor cleanup.

Bastien Guerry 14 years ago
parent
commit
098ef03fa9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org-agenda.el

+ 2 - 1
lisp/org-agenda.el

@@ -5899,7 +5899,8 @@ to switch to narrowing."
 	 (efforts (org-split-string
 		   (or (cdr (assoc (concat org-effort-property "_ALL")
 				   org-global-properties))
-		       "0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00"		      "")))
+		       "0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00"
+		       "")))
 	 (effort-op org-agenda-filter-effort-default-operator)
 	 (effort-prompt "")
 	 (inhibit-read-only t)