Changeset - 7f862deb8fd2
[Not reviewed]
0 1 0
Sergey Pashinin - 13 years ago 2013-05-06 17:57:54
sergey@pashinin.com
temporarily disable error msg
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/workgroups-functions.el
Show inline comments
 
@@ -328,14 +328,14 @@ This is only here for completeness."
 

	
 
(defun wg-set-buffer-uid-or-error (uid &optional buffer)
 
  "Set BUFFER's buffer local value of `wg-buffer-uid' to UID.
 
If BUFFER already has a buffer local value of `wg-buffer-uid',
 
and it's not equal to UID, error."
 
  (if wg-buffer-uid
 
      (if (string= wg-buffer-uid uid) uid
 
        (error "uids don't match %S and %S" uid wg-buffer-uid))
 
      ;;(if (string= wg-buffer-uid uid) uid
 
      ;;  (error "uids don't match %S and %S" uid wg-buffer-uid))
 
    (setq wg-buffer-uid uid)))
 

	
 

	
 

	
 

	
 
;;; wconfig construction
0 comments (0 inline, 0 general)