summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-23 07:35:17 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-23 07:35:17 +0200
commit7f581e39b8284e57ed43d96cf5e8a2a9202cca4a (patch)
tree77a647107680a3ea0d09ac8f585e9d86e7f7cefd /helm-command.el
parentd9e68d75050a0b9f1838dee1b4e349f74c0b9494 (diff)
Remove the now unneeded message msg and replace with progn.
* helm-command.el (helm-M-x-read-extended-command): Do it.
Diffstat (limited to 'helm-command.el')
-rw-r--r--helm-command.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-command.el b/helm-command.el
index 96e45e55..e135a5f0 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -209,7 +209,7 @@ than the default which is OBARRAY."
do (set-text-properties 0 (length c) nil c)
and collect c))
(unwind-protect
- (let ((msg "Error: Specifying a prefix arg before calling `helm-M-x'"))
+ (progn
(setq helm-M-x-prefix-argument current-prefix-arg)
(setq current-prefix-arg nil)
(helm-comp-read