summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-cmds.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2013-08-17 12:20:15 +0200
committerMichael Albinus <michael.albinus@gmx.de>2013-08-17 12:20:15 +0200
commitf95527c8b2c60a8e883b3e243db76e7ddddf82cf (patch)
treee4908935fd29175b4f4705d7d744273dc5b79bdb /lisp/net/tramp-cmds.el
parentd311017740d3a8757c3fa5a35f52b0aeb25f10ca (diff)
downloademacs-f95527c8b2c60a8e883b3e243db76e7ddddf82cf.tar.gz
* net/tramp.el:
* net/tramp-adb.el: * net/tramp-cmds.el: * net/tramp-ftp.el: * net/tramp-gvfs.el: * net/tramp-gw.el: * net/tramp-sh.el: Don't wrap external variable declarations by `eval-when-compile'.
Diffstat (limited to 'lisp/net/tramp-cmds.el')
-rw-r--r--lisp/net/tramp-cmds.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el
index d377bfc8ec2..937db34a346 100644
--- a/lisp/net/tramp-cmds.el
+++ b/lisp/net/tramp-cmds.el
@@ -31,9 +31,8 @@
(require 'tramp)
;; Pacify byte-compiler.
-(eval-when-compile
- (defvar reporter-eval-buffer)
- (defvar reporter-prompt-for-summary-p))
+(defvar reporter-eval-buffer)
+(defvar reporter-prompt-for-summary-p)
(defun tramp-list-tramp-buffers ()
"Return a list of all Tramp connection buffers."