diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2005-03-20 20:00:20 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2005-03-20 20:00:20 +0000 |
commit | 340b8d4f63cd3d20a3c1883b78111e3768c0265b (patch) | |
tree | 48f815e4b5df2c761dc84b2411861f987fc6eb3b /lisp/net/tramp-vc.el | |
parent | 92aba9ab38940b642bebd763dac852104c5c0127 (diff) | |
download | emacs-340b8d4f63cd3d20a3c1883b78111e3768c0265b.tar.gz |
Sync with Tramp 2.0.48.
Diffstat (limited to 'lisp/net/tramp-vc.el')
-rw-r--r-- | lisp/net/tramp-vc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-vc.el b/lisp/net/tramp-vc.el index 7c75b0f01c9..c58d83504c2 100644 --- a/lisp/net/tramp-vc.el +++ b/lisp/net/tramp-vc.el @@ -1,6 +1,6 @@ ;;; tramp-vc.el --- Version control integration for TRAMP.el -;; Copyright (C) 2000, 2001, 2002, 2003, 2004 by Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by Free Software Foundation, Inc. ;; Author: Daniel Pittman <daniel@danann.net> ;; Keywords: comm, processes @@ -409,7 +409,7 @@ filename we are thinking about..." ;; boundness-checking into this function? (let* ((file (symbol-value 'file)) (remote-uid - ;; With Emacs 22.1, `file-attributes' has got an optional parameter + ;; With Emacs 22, `file-attributes' has got an optional parameter ;; ID-FORMAT. Handle this case backwards compatible. (if (and (functionp 'subr-arity) (= 2 (cdr (funcall (symbol-function 'subr-arity) |