]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-clock.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / org / org-clock.el
index 9489edf98bf3978ffa260a950b16a5754aee4467..b386eb11652124eea165b5d3e7ce663ba21a7e0c 100644 (file)
@@ -1235,7 +1235,7 @@ make this the default behavior.)"
                   (looking-at
                    (concat "^[ \t]*" org-clock-string
                            " \\[\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}"
-                           " *\\sw+\.? +[012][0-9]:[0-5][0-9]\\)\\][ \t]*$")))
+                           " *\\sw+.? +[012][0-9]:[0-5][0-9]\\)\\][ \t]*$")))
              (message "Matched %s" (match-string 1))
              (setq ts (concat "[" (match-string 1) "]"))
              (goto-char (match-end 1))