emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Recent change in tramp.el makes byte-compilation fail


From: Ulrich Mueller
Subject: Recent change in tramp.el makes byte-compilation fail
Date: Tue, 9 Dec 2008 17:46:02 +0100

Hi Michael,

looks like the following change:

   2008-12-04  Michael Albinus  <address@hidden>

        * net/tramp.el (top): Write a message, when loading Tramp.

makes byte-compilation of files that require tramp fail.
To reproduce:

   $ cat test.el
   (require 'tramp)
   $ emacs -batch -q --no-site-file -f batch-byte-compile test.el
   Loading tramp...

   In toplevel form:
   test.el:1:1:Error: Wrong type argument: stringp, nil
   $ 

Ulrich




reply via email to

[Prev in Thread] Current Thread [Next in Thread]