]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-agenda.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / org / org-agenda.el
index ae5a252d8afd152432813a7f4b8590e4ade11a9c..0b3be562489095baf37fadcc57dc3224bcb1629f 100644 (file)
@@ -4603,7 +4603,8 @@ in `org-agenda-text-search-extra-files'."
                                             (goto-char (1- end))
                                             (throw :skip t)))
                              (if todo-only
-                                 (cons (concat "^\*+[ \t]+" org-not-done-regexp)
+                                 (cons (concat "^\\*+[ \t]+"
+                                                org-not-done-regexp)
                                        regexps+)
                                regexps+))
                        (goto-char beg)