From: Edward M. Reingold Date: Fri, 5 Dec 1997 17:22:31 +0000 (+0000) Subject: Fix bad call to error. X-Git-Tag: emacs-20.3~2651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d181349297c2dd92d536a05e22173279d8c2f71;p=emacs.git Fix bad call to error. --- 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)