Remove global variables

This commit is contained in:
Vasilij Schneidermann
2014-09-01 09:13:07 +02:00
parent 0159f8ab64
commit c224a16884

View File

@ -135,15 +135,6 @@ If t, switching to the same window config as
:type 'hook
:group 'eyebrowse)
(defvar eyebrowse-last-slot 1
"Internal variable storing the last window config slot.")
(defvar eyebrowse-current-slot 1
"Internal variable storing the current window config slot.")
(defvar eyebrowse-window-configs nil
"Internal variable storing all window configs.")
(defvar eyebrowse-mode-map
(let ((map (make-sparse-keymap)))
(let ((prefix-map (make-sparse-keymap)))