emacs-devel
[Top][All Lists]
Advanced

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

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


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

Hi *,

on Mon Oct 04 21:44:08 2010 +0200 Michael Albinus made a commit
"Continue reorganization of load dependencies. (Bug#7156)"
in which (I suspect accidentally) the associated function for
find-backup-file-name was changed to
tramp-sh-handle-find-backup-file-name in
tramp-sh-file-name-handler-alist.

As tramp-sh-handle-find-backup-file-name is undefined this results in
errors...

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)
cheers
sascha
-- 
Sascha Wilde
Life's too short to read boring signatures

reply via email to

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