Mercurial > emacs
changeset 20422:f767d29550d7
Fix bad call to error.
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Fri, 05 Dec 1997 17:22:31 +0000 |
parents | 6d1f6745878f |
children | f2a0f6498003 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Fri Dec 05 08:04:59 1997 +0000 +++ b/lisp/calendar/calendar.el Fri Dec 05 17:22:31 1997 +0000 @@ -2093,7 +2093,7 @@ (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)