Browse Source

Keep byte compiler happy

Carsten Dominik 15 years ago
parent
commit
8666da9a14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-datetree.el

+ 1 - 1
lisp/org-datetree.el

@@ -154,7 +154,7 @@ before running this command, even though the command tries to be smart."
   (goto-char (point-min))
   (let ((dre (concat "\\<" org-deadline-string "\\>[ \t]*\\'"))
 	(sre (concat "\\<" org-scheduled-string "\\>[ \t]*\\'"))
-	dct ts tmp date year month date pos hdl-pos)
+	dct ts tmp date year month day pos hdl-pos)
   (while (re-search-forward org-ts-regexp nil t)
     (catch 'next
       (setq ts (match-string 0))