all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Odd code in tramp-handle-write-region
@ 2008-05-16 18:28 Glenn Morris
  2008-05-16 20:26 ` Michael Albinus
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2008-05-16 18:28 UTC (permalink / raw)
  To: emacs-devel; +Cc: michael.albinus


Line 4188 of tramp.el in tramp-handle-write-region (the second line
below) doesn't appear to do anything.

(let (file-name-handler-alist)
  (file-writable-p (file-name-directory localname))
  (or (file-directory-p localname)
      (file-writable-p localname))))




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Odd code in tramp-handle-write-region
  2008-05-16 18:28 Odd code in tramp-handle-write-region Glenn Morris
@ 2008-05-16 20:26 ` Michael Albinus
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Albinus @ 2008-05-16 20:26 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Glenn Morris <rgm@gnu.org> writes:

> Line 4188 of tramp.el in tramp-handle-write-region (the second line
> below) doesn't appear to do anything.

Indeed, an "and" is missing. I've fixed this.

Thanks, and best regards, Michael.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-16 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16 18:28 Odd code in tramp-handle-write-region Glenn Morris
2008-05-16 20:26 ` Michael Albinus

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.