diff options
| -rw-r--r-- | lisp/calendar/calendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 0ab741ea572..e4823e590ae 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -1949,7 +1949,7 @@ ERROR is t, otherwise just returns nil." | |||
| 1949 | (if (and (looking-at "[*0-9]") | 1949 | (if (and (looking-at "[*0-9]") |
| 1950 | (< 2 (count-lines (point-min) (point)))) | 1950 | (< 2 (count-lines (point-min) (point)))) |
| 1951 | (save-excursion | 1951 | (save-excursion |
| 1952 | (re-search-backward "[^0-9]") | 1952 | (re-search-backward "[^*0-9]") |
| 1953 | (forward-char 1) | 1953 | (forward-char 1) |
| 1954 | (let* | 1954 | (let* |
| 1955 | ((day (string-to-int (buffer-substring (point) (+ 3 (point))))) | 1955 | ((day (string-to-int (buffer-substring (point) (+ 3 (point))))) |