Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d59eb518
Commit
d59eb518
authored
Jun 23, 2011
by
Michael Albinus
Browse files
* net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
SIZE is a number.
parent
4fc2b746
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/tramp-sh.el
lisp/net/tramp-sh.el
+2
-0
No files found.
lisp/ChangeLog
View file @
d59eb518
2011-06-23 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
SIZE is a number.
2011-06-23 Martin Rudalics <rudalics@gmx.at>
* window.el (get-lru-window, get-mru-window)
...
...
lisp/net/tramp-sh.el
View file @
d59eb518
...
...
@@ -4661,6 +4661,8 @@ This is used internally by `tramp-file-mode-from-int'."
(
and
;; It shall be an out-of-band method.
(
tramp-get-method-parameter
(
tramp-file-name-method
vec
)
'tramp-copy-program
)
;; There must be a size, otherwise the file doesn't exist.
(
numberp
size
)
;; Either the file size is large enough, or (in rare cases) there
;; does not exist a remote encoding.
(
or
(
null
tramp-copy-size-limit
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment