unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sascha Wilde <wilde@sha-bang.de>
To: emacs-devel@gnu.org
Cc: Michael Albinus <michael.albinus@gmx.de>
Subject: [PATCH] void-function tramp-sh-handle-find-backup-file-name
Date: Wed, 06 Oct 2010 14:05:13 +0200	[thread overview]
Message-ID: <m239sjv85i.fsf@kenny.lan.sha-bang.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

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:

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tramp-handle-find-backup-file-name.patch --]
[-- Type: text/x-patch, Size: 679 bytes --]

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)

[-- Attachment #3: Type: text/plain, Size: 75 bytes --]


cheers
sascha
-- 
Sascha Wilde
Life's too short to read boring signatures

             reply	other threads:[~2010-10-06 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-06 12:05 Sascha Wilde [this message]
2010-10-06 12:10 ` [PATCH] void-function tramp-sh-handle-find-backup-file-name Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m239sjv85i.fsf@kenny.lan.sha-bang.de \
    --to=wilde@sha-bang.de \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).