diff lisp/package-get.el @ 434:9d177e8d4150 r21-2-25

Import from CVS: tag r21-2-25
author cvs
date Mon, 13 Aug 2007 11:30:53 +0200
parents a5df635868b2
children 8de8e3f6228a
line wrap: on
line diff
--- a/lisp/package-get.el	Mon Aug 13 11:30:00 2007 +0200
+++ b/lisp/package-get.el	Mon Aug 13 11:30:53 2007 +0200
@@ -371,7 +371,7 @@
 			    (md5 (current-buffer)))))
 	(unless (and location (file-writable-p location))
 	  (setq location package-get-user-index-filename))
-	(when (y-or-n-p (concat "Update package index in" location "? "))
+	(when (y-or-n-p (concat "Update package index in " location "? "))
 	  (write-file location))))))