From 7f862deb8fd27f52282c34c48333b64dd99cd78b 2013-05-06 17:57:54 From: Sergey Pashinin Date: 2013-05-06 17:57:54 Subject: [PATCH] temporarily disable error msg --- diff --git a/src/workgroups-functions.el b/src/workgroups-functions.el index 89ed571ab32f47dd85379143f1c46b3727638d70..d9bb256af5a2990b6999eec88139805a1970ad96 100644 --- a/src/workgroups-functions.el +++ b/src/workgroups-functions.el @@ -331,8 +331,8 @@ This is only here for completeness." 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)))