* wl-address.el (wl-address-make-alist-from-alias-file): Use
[elisp/wanderlust.git] / wl / wl-summary.el
index 63cabbe..cb4b661 100644 (file)
@@ -3143,7 +3143,7 @@ Return non-nil if the mark is updated"
                  (new-mark (wl-summary-persistent-mark number status)))
              (prog1
                  (unless (string= new-mark mark)
-                   (delete-backward-char 1)
+                   (delete-char -1)
                    (insert new-mark)
                    (wl-summary-set-message-modified)
                    t)