* elmo-dop.el (elmo-dop-queue-flush): Fixed last change.
authorhmurata <hmurata>
Sun, 6 Oct 2002 23:57:42 +0000 (23:57 +0000)
committerhmurata <hmurata>
Sun, 6 Oct 2002 23:57:42 +0000 (23:57 +0000)
elmo/ChangeLog
elmo/elmo-dop.el

index c55f58d..5057ad9 100644 (file)
@@ -1,6 +1,7 @@
 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
+       (elmo-dop-queue-flush): Fixed last change.
 
 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
index 35f8b65..9c785f1 100644 (file)
@@ -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)