emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] void-function tramp-sh-handle-find-backup-file-name


From: Michael Albinus
Subject: Re: [PATCH] void-function tramp-sh-handle-find-backup-file-name
Date: Wed, 06 Oct 2010 14:10:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Sascha Wilde <address@hidden> writes:

> Hi *,

Hi Sascha,

> This patch reverts this specific change:
> diff -r 8216f0b940f7 lisp/net/tramp-sh.el
> --- a/lisp/net/tramp-sh.el    Wed Oct 06 16:12:42 2010 +0900
> +++ b/lisp/net/tramp-sh.el    Wed Oct 06 13:56:55 2010 +0200
> @@ -912,7 +912,7 @@
>      (insert-file-contents-literally
>       . tramp-sh-handle-insert-file-contents-literally)
>      (write-region . tramp-sh-handle-write-region)
> -    (find-backup-file-name . tramp-sh-handle-find-backup-file-name)
> +    (find-backup-file-name . tramp-handle-find-backup-file-name)
>      (make-auto-save-file-name . tramp-sh-handle-make-auto-save-file-name)
>      (unhandled-file-name-directory . 
> tramp-handle-unhandled-file-name-directory)
>      (dired-compress-file . tramp-sh-handle-dired-compress-file)

Thanks for the patch. Some minutes ago, I have committed exactly the
same, being alerted by another message on emacs-devel. Sorry for the
inconvenience.

> cheers
> sascha

Best regards, Michael.



reply via email to

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