diff lisp/net/tramp-compat.el @ 87322:e99e230d7eb3

* files.el (cd-absolute): Set `list-buffers-directory' in order to show correct path in buffer list. * net/tramp.el (tramp-open-connection-setup-interactive-shell) (tramp-find-shell): Send only single prompt setting commands, in order to avoid double-prompt. * net/tramp-compat.el (top): Require cl only when compiling. Reported by Glenn Morris <rgm@gnu.org>.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 18 Dec 2007 21:02:53 +0000
parents 4636000015c5
children b9e8ab94c460
line wrap: on
line diff
--- a/lisp/net/tramp-compat.el	Tue Dec 18 09:21:28 2007 +0000
+++ b/lisp/net/tramp-compat.el	Tue Dec 18 21:02:53 2007 +0000
@@ -29,10 +29,13 @@
 
 ;;; Code:
 
+(eval-when-compile
+
+  ;; Pacify byte-compiler.
+  (require 'cl))
+
 (eval-and-compile
 
-  ;; Pacify byte-compiler.
-  (require 'cl)
   (require 'custom)
 
   ;; Load the appropriate timer package.