From: hmurata Date: Sun, 6 Oct 2002 23:57:42 +0000 (+0000) Subject: * elmo-dop.el (elmo-dop-queue-flush): Fixed last change. X-Git-Tag: wl-2_11_1~115 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c007386704a5357429d52886e83fae3634387800;p=elisp%2Fwanderlust.git * elmo-dop.el (elmo-dop-queue-flush): Fixed last change. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index c55f58d..5057ad9 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,6 +1,7 @@ 2002-10-06 Hiroya Murata * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first. + (elmo-dop-queue-flush): Fixed last change. 2002-09-24 Yoichi NAKAYAMA diff --git a/elmo/elmo-dop.el b/elmo/elmo-dop.el index 35f8b65..9c785f1 100644 --- a/elmo/elmo-dop.el +++ b/elmo/elmo-dop.el @@ -87,7 +87,7 @@ Automatically loaded/saved.") ;; obsolete (unless (or (null elmo-dop-queue) (vectorp (car elmo-dop-queue))) - (if (y-or-n-p " + (if (y-or-n-p "\ Saved queue is old version(2.6). Clear all pending operations? ") (progn (setq elmo-dop-queue nil)