From 7aa0164bfb68c6626c90d425dcf1bb59b6ff4900 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 23 May 2013 11:29:22 +0300 Subject: [PATCH] Add missing whitespace --- core/prelude-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 3a3d16a..d0eec3d 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -402,7 +402,7 @@ Doesn't mess with special buffers." (defun prelude-update () "Update Prelude to its latest version." (interactive) - (when (y-or-n-p "Do you want to update Prelude?") + (when (y-or-n-p "Do you want to update Prelude? ") (message "Updating Prelude...") (cd prelude-dir) (shell-command "git pull")