Browse Source

Add missing whitespace

custom
Bozhidar Batsov 13 years ago
parent
commit
7aa0164bfb
  1. 2
      core/prelude-core.el

2
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")

Loading…
Cancel
Save