Fixed query message.
authorDaiki Ueno <ueno@unixuser.org>
Sat, 27 Aug 2005 23:03:45 +0000 (23:03 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 27 Aug 2005 23:03:45 +0000 (23:03 +0000)
lisp/riece-addon.el

index 9dd1947..8887394 100644 (file)
     (setq addons (nreverse addons))
     (if (and (> (length addons) 1)
             (eq verbose 'ask)
-            (not (y-or-n-p (format "%s will be insinuated.  Continue?"
+            (not (y-or-n-p (format "%s will be insinuated.  Continue? "
                                    (mapconcat #'symbol-name addons ", ")))))
        (error "Insinuate operation was cancelled"))
     (while addons