aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/diary-lib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index 73f8315d086..81fafcd695a 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -734,7 +734,7 @@ is marked. See the documentation for the function `list-sexp-diary-entries'."
734 (list m (calendar-last-day-of-month m y) y))) 734 (list m (calendar-last-day-of-month m y) y)))
735 (goto-char (point-min)) 735 (goto-char (point-min))
736 (while (re-search-forward s-entry nil t) 736 (while (re-search-forward s-entry nil t)
737 (if (char-equal (preceding-char) ?() 737 (if (char-equal (preceding-char) ?\()
738 (setq marking-diary-entry t) 738 (setq marking-diary-entry t)
739 (setq marking-diary-entry nil)) 739 (setq marking-diary-entry nil))
740 (re-search-backward "(") 740 (re-search-backward "(")