(backup-buffer): Delete `ange-ftp' property.
This is not a handled operation.
This commit is contained in:
parent
b092f83d7f
commit
d18322c5fc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-06-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
|
||||
|
||||
* net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
|
||||
This is not a handled operation.
|
||||
|
||||
2002-06-21 Kim F. Storm <storm@filanet.dk>
|
||||
|
||||
* emulation/cua-base.el (cua--prefix-arg): Make register prefixes
|
||||
|
|
|
@ -4395,7 +4395,6 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
|
|||
'ange-ftp-verify-visited-file-modtime)
|
||||
(put 'file-exists-p 'ange-ftp 'ange-ftp-file-exists-p)
|
||||
(put 'write-region 'ange-ftp 'ange-ftp-write-region)
|
||||
(put 'backup-buffer 'ange-ftp 'ange-ftp-backup-buffer)
|
||||
(put 'copy-file 'ange-ftp 'ange-ftp-copy-file)
|
||||
(put 'rename-file 'ange-ftp 'ange-ftp-rename-file)
|
||||
(put 'file-attributes 'ange-ftp 'ange-ftp-file-attributes)
|
||||
|
|
Loading…
Add table
Reference in a new issue