annotate lisp/net/trampver.el @ 108269:96984953f99e

* net/tramp.el (top, with-progress-reporter): Use `symbol-function' inside `funcall'. * net/tramp-compat.el (tramp-compat-file-attributes) (tramp-compat-delete-file, tramp-compat-delete-directory): Handle only `wrong-number-of-arguments' error. * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo. (tramp-gvfs-handle-file-selinux-context): Use `symbol-function' inside `funcall'.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 06 May 2010 10:40:06 +0200
parents e97568b31550
children 2192a4648d21
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
1 ;;; trampver.el --- Transparent Remote Access, Multiple Protocol
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
2 ;;; lisp/trampver.el. Generated from trampver.el.in by configure.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
3
107820
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
4 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009,
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
5 ;; 2010 Free Software Foundation, Inc.
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
6
93126
46ad4668db91 Fix up encoding.
Michael Albinus <michael.albinus@gmx.de>
parents: 93081
diff changeset
7 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
8 ;; Keywords: comm, processes
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
9
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
10 ;; This file is part of GNU Emacs.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
11
94702
80bd1cb865de Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
13 ;; it under the terms of the GNU General Public License as published by
94702
80bd1cb865de Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
14 ;; the Free Software Foundation, either version 3 of the License, or
80bd1cb865de Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
15 ;; (at your option) any later version.
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
16
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
17 ;; GNU Emacs is distributed in the hope that it will be useful,
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
20 ;; GNU General Public License for more details.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
21
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
22 ;; You should have received a copy of the GNU General Public License
94702
80bd1cb865de Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
24
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
25 ;;; Code:
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
26
107820
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
27 ;; In the Tramp CVS repository, the version number and the bug report
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
28 ;; address are auto-frobbed from configure.ac, so you should edit that
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
29 ;; file and run "autoconf && ./configure" to change them. (X)Emacs
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
30 ;; version check is defined in macro AC_EMACS_INFO of aclocal.m4;
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
31 ;; should be changed only there.
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
32
107820
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
33 (defconst tramp-version "2.1.19-pre"
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
34 "This version of Tramp.")
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
35
60763
3ba8f94e9cfa Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents: 59582
diff changeset
36 (defconst tramp-bug-report-address "tramp-devel@gnu.org"
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
37 "Email address to send bug reports to.")
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
38
81758
f03856eb136b * files.el (file-remote-p): Introduce optional parameter CONNECTED.
Michael Albinus <michael.albinus@gmx.de>
parents: 77986
diff changeset
39 ;; Check for (X)Emacs version.
107820
e97568b31550 Synchronize with Tramp repository.
Michael Albinus <albinus@detlef>
parents: 107502
diff changeset
40 (let ((x (if (or (>= emacs-major-version 22) (and (featurep 'xemacs) (= emacs-major-version 21) (>= emacs-minor-version 4))) "ok" (format "Tramp 2.1.19-pre is not fit for %s" (when (string-match "^.*$" (emacs-version)) (match-string 0 (emacs-version)))))))
87142
a33cd731dd95 Fix buggy calls to `error' in the net/ directory.
Deepak Goel <deego@gnufans.org>
parents: 85508
diff changeset
41 (unless (string-match "\\`ok\\'" x) (error "%s" x)))
81758
f03856eb136b * files.el (file-remote-p): Introduce optional parameter CONNECTED.
Michael Albinus <michael.albinus@gmx.de>
parents: 77986
diff changeset
42
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
43 (provide 'trampver)
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
44
93975
1e3a407766b9 Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93429
diff changeset
45 ;; arch-tag: 443576ca-f8f1-4bb1-addc-5c70861e93b1
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
diff changeset
46 ;;; trampver.el ends here
93081
dc3dfd7208a1 * net/trampver.el: Move coding cookie at the end.
Michael Albinus <michael.albinus@gmx.de>
parents: 87749
diff changeset
47
dc3dfd7208a1 * net/trampver.el: Move coding cookie at the end.
Michael Albinus <michael.albinus@gmx.de>
parents: 87749
diff changeset
48 ;; Local Variables:
dc3dfd7208a1 * net/trampver.el: Move coding cookie at the end.
Michael Albinus <michael.albinus@gmx.de>
parents: 87749
diff changeset
49 ;; mode: Emacs-Lisp
dc3dfd7208a1 * net/trampver.el: Move coding cookie at the end.
Michael Albinus <michael.albinus@gmx.de>
parents: 87749
diff changeset
50 ;; coding: utf-8
dc3dfd7208a1 * net/trampver.el: Move coding cookie at the end.
Michael Albinus <michael.albinus@gmx.de>
parents: 87749
diff changeset
51 ;; End: