From 6e8a9fec23d07e46b5b15d08be217dc6fe6d83ab 2014-08-01 11:32:39 From: Sergey Pashinin Date: 2014-08-01 11:32:39 Subject: [PATCH] defalias wg-switch-to-buffer --- diff --git a/src/workgroups-variables.el b/src/workgroups-variables.el index 31de8f734da06532d5a4ae9432b373d6b0f5ba72..0eedbc6f4ca311f5d7b49e62a6d0b2c3540d170c 100644 --- a/src/workgroups-variables.el +++ b/src/workgroups-variables.el @@ -420,8 +420,8 @@ working wconfig before `select-frame' selects a new frame. let-bind this to nil around forms in which you don't want this to happen.") - - +;; Remove after some time +(defalias 'wg-switch-to-buffer 'switch-to-buffer) (provide 'workgroups-variables) ;;; workgroups-variables.el ends here