From cecf5c408045606d1c3da45485a9717a89a341b1 2014-07-26 17:13:59 From: Sergey Pashinin Date: 2014-07-26 17:13:59 Subject: [PATCH] Changed minibuffer message --- diff --git a/src/workgroups-utils-basic.el b/src/workgroups-utils-basic.el index 64ddcb5e04a714bcc9a209d582b281e6f8de1f83..46527aab9b5ecd85d72e2cd5f2b49e4699e25211 100644 --- a/src/workgroups-utils-basic.el +++ b/src/workgroups-utils-basic.el @@ -629,8 +629,7 @@ Anything else is formatted with %s to produce a string." (defun wg-barf-on-active-minibuffer () "Throw an error when the minibuffer is active." (when (wg-minibuffer-active-p) - (error "Workgroup operations aren't permitted while the \ -minibuffer is active"))) + (error "Exit minibuffer to use workgroups functions!"))) (defmacro wg-set-parameter (place parameter value) "Set PARAMETER to VALUE at PLACE. @@ -643,7 +642,6 @@ This needs to be a macro to allow specification of a setf'able place." ,v))) - ;;; uid utils (defun wg-time-to-b36 (&optional time)