changeset 13075:8a67628f4574

(mark-sexp-diary-entries): Add \ for C-M-f's sake.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Sep 1995 14:55:02 +0000
parents c361ef50ec0f
children b2191b493c1b
files lisp/calendar/diary-lib.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el	Mon Sep 25 14:50:42 1995 +0000
+++ b/lisp/calendar/diary-lib.el	Mon Sep 25 14:55:02 1995 +0000
@@ -734,7 +734,7 @@
            (list m (calendar-last-day-of-month m y) y)))
     (goto-char (point-min))
     (while (re-search-forward s-entry nil t)
-      (if (char-equal (preceding-char) ?()
+      (if (char-equal (preceding-char) ?\()
           (setq marking-diary-entry t)
         (setq marking-diary-entry nil))
       (re-search-backward "(")