From 2d181349297c2dd92d536a05e22173279d8c2f71 Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Fri, 5 Dec 1997 17:22:31 +0000 Subject: [PATCH] Fix bad call to error. --- lisp/calendar/calendar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 43f878d752b..0713482bfd7 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -2093,7 +2093,7 @@ the STRINGS are just concatenated and the result truncated." (not (yes-or-no-p "Diary modified; do you really want to exit the calendar? "))) - (error) + (beep) ;; Need to do this multiple times because one time can replace some ;; calendar-related buffers with other calendar-related buffers (mapcar (lambda (x) -- 2.39.2