1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00

*** empty log message ***

This commit is contained in:
Michael Albinus 2009-04-06 06:31:49 +00:00
parent 1db0173ac0
commit cd0d52bcef

View file

@ -9,11 +9,11 @@
* net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change
`ange-ftp' property of `set-file-modes' to
`ange-ftp-set-file-modes'.
`ange-ftp-set-file-modes' (Bug#2865).
(ange-ftp-call-chmod): Add error handling.
* net/tramp.el (tramp-default-file-modes) New defun. Replace all
calls of `file-modes' by this.
calls of `file-modes' by this (Bug#2869).
(tramp-handle-find-backup-file-name): Use `symbol-value' instead
of `boundp'.