Changeset - cecf5c408045
[Not reviewed]
0 1 0
Sergey Pashinin - 11 years ago 2014-07-26 17:13:59
sergey@pashinin.com
Changed minibuffer message
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/workgroups-utils-basic.el
Show inline comments
 
@@ -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)
0 comments (0 inline, 0 general)