help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: tramp & numberp


From: Andrea Crotti
Subject: Re: tramp & numberp
Date: Wed, 27 Oct 2010 14:02:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin)

Michael Albinus <michael.albinus@gmx.de> writes:

> Maybe the following patch makes it better?
>
> *** /home/albinus/src/tramp/lisp/Makefile.in.~2.41~   2010-10-27 
> 12:46:19.886501187 +0200
> --- /home/albinus/src/tramp/lisp/Makefile.in  2010-10-27 12:43:35.000000000 
> +0200
> ***************
> *** 90,97 ****
>
>   all: autoloads $(addsuffix .elc, $(basename $(LISP_FILES) $(CONTRIB_FILES)))
>
> ! autoloads: tramp-loaddefs.el
> ! tramp-loaddefs.el: $(LISP_FILES)
>   # XEmacs must be advised to put tramp.el definitions at the beginning.
>   # We redefine `autoload-trim-file-name', therefore.
>       $(EM) -l autoload                                                   \
> --- 90,97 ----
>
>   all: autoloads $(addsuffix .elc, $(basename $(LISP_FILES) $(CONTRIB_FILES)))
>
> ! autoloads: $(builddir)/tramp-loaddefs.el
> ! $(builddir)/tramp-loaddefs.el: $(LISP_FILES)
>   # XEmacs must be advised to put tramp.el definitions at the beginning.
>   # We redefine `autoload-trim-file-name', therefore.
>       $(EM) -l autoload                                                   \
>
> Best regards, Michael.

I also write it here, yes this works :)
Thanks a lot




reply via email to

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