aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward M. Reingold1997-12-05 17:22:31 +0000
committerEdward M. Reingold1997-12-05 17:22:31 +0000
commit2d181349297c2dd92d536a05e22173279d8c2f71 (patch)
treecdd8da661c579d6291192ef2bd1ffb711224d6ce
parent2d41cf599303b0f509600c6b714e7d0d56a5dd65 (diff)
downloademacs-2d181349297c2dd92d536a05e22173279d8c2f71.tar.gz
emacs-2d181349297c2dd92d536a05e22173279d8c2f71.zip
Fix bad call to error.
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 1 insertions, 1 deletions
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."
2093 (not 2093 (not
2094 (yes-or-no-p 2094 (yes-or-no-p
2095 "Diary modified; do you really want to exit the calendar? "))) 2095 "Diary modified; do you really want to exit the calendar? ")))
2096 (error) 2096 (beep)
2097 ;; Need to do this multiple times because one time can replace some 2097 ;; Need to do this multiple times because one time can replace some
2098 ;; calendar-related buffers with other calendar-related buffers 2098 ;; calendar-related buffers with other calendar-related buffers
2099 (mapcar (lambda (x) 2099 (mapcar (lambda (x)