Changeset - 2efdc403b15e
[Not reviewed]
0 1 0
Sergey Pashinin - 11 years ago 2014-08-09 07:39:01
sergey@pashinin.com
require workgroups-session
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/workgroups-association.el
Show inline comments
 
;;; workgroups-association.el --- buffer for workgroup
 
;;; Commentary:
 
;;; Code:
 

	
 
(require 'workgroups-structs)
 
(require 'workgroups-variables)
 
(require 'workgroups-utils-basic)
 
(require 'workgroups-session)
 

	
 
(defvar wg-buffer-workgroup nil
 
  "Associating each buffer with the workgroup.
 
In which it most recently appeared.")
 
(make-variable-buffer-local 'wg-buffer-workgroup)
 

	
0 comments (0 inline, 0 general)