summaryrefslogtreecommitdiff
path: root/helm-buffers.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-06 15:04:53 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-06 15:04:53 +0100
commit1c4d5562eb2a5d33cf7d27ffdb41f80011614b3c (patch)
tree26c2d18bd05268bbf4dfe835f64c1a3e5470c193 /helm-buffers.el
parent59402ffaa0ecae1ace342930be5fa8121ff5a119 (diff)
Shutup byte compiler
by moving defvar on top.
Diffstat (limited to 'helm-buffers.el')
-rw-r--r--helm-buffers.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-buffers.el b/helm-buffers.el
index 403096d1..4fdbe8e2 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -211,6 +211,7 @@ Note that this variable is buffer-local.")
(defvar helm-buffer-max-len-mode nil)
(defvar helm-buffers-in-project-p nil)
+(defvar helm-source-buffers-list nil)
(defun helm-buffers-list--init ()
(require 'dired)
@@ -258,8 +259,6 @@ Note that this variable is buffer-local.")
(resume :initform (lambda () (setq helm-buffers-in-project-p nil)))
(help-message :initform 'helm-buffer-help-message)))
-(defvar helm-source-buffers-list nil)
-
(defvar helm-source-buffer-not-found
(helm-build-dummy-source
"Create buffer"