diff options
| author | Kai Großjohann | 2002-06-21 20:41:59 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2002-06-21 20:41:59 +0000 |
| commit | d18322c5fcd30324eda02a2f18b505f95e8acd91 (patch) | |
| tree | a18f953f1e951faa580caae986b4055a391cc12a | |
| parent | b092f83d7fe0df6a3b33916700798318847fc751 (diff) | |
| download | emacs-d18322c5fcd30324eda02a2f18b505f95e8acd91.tar.gz emacs-d18322c5fcd30324eda02a2f18b505f95e8acd91.zip | |
(backup-buffer): Delete `ange-ftp' property.
This is not a handled operation.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/ange-ftp.el | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d98f5b82a75..5e4bd5ed83e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-06-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | ||
| 2 | |||
| 3 | * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. | ||
| 4 | This is not a handled operation. | ||
| 5 | |||
| 1 | 2002-06-21 Kim F. Storm <storm@filanet.dk> | 6 | 2002-06-21 Kim F. Storm <storm@filanet.dk> |
| 2 | 7 | ||
| 3 | * emulation/cua-base.el (cua--prefix-arg): Make register prefixes | 8 | * emulation/cua-base.el (cua--prefix-arg): Make register prefixes |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 1dfc6927166..1115b18f940 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -4395,7 +4395,6 @@ NEWNAME should be the name to give the new compressed or uncompressed file.") | |||
| 4395 | 'ange-ftp-verify-visited-file-modtime) | 4395 | 'ange-ftp-verify-visited-file-modtime) |
| 4396 | (put 'file-exists-p 'ange-ftp 'ange-ftp-file-exists-p) | 4396 | (put 'file-exists-p 'ange-ftp 'ange-ftp-file-exists-p) |
| 4397 | (put 'write-region 'ange-ftp 'ange-ftp-write-region) | 4397 | (put 'write-region 'ange-ftp 'ange-ftp-write-region) |
| 4398 | (put 'backup-buffer 'ange-ftp 'ange-ftp-backup-buffer) | ||
| 4399 | (put 'copy-file 'ange-ftp 'ange-ftp-copy-file) | 4398 | (put 'copy-file 'ange-ftp 'ange-ftp-copy-file) |
| 4400 | (put 'rename-file 'ange-ftp 'ange-ftp-rename-file) | 4399 | (put 'rename-file 'ange-ftp 'ange-ftp-rename-file) |
| 4401 | (put 'file-attributes 'ange-ftp 'ange-ftp-file-attributes) | 4400 | (put 'file-attributes 'ange-ftp 'ange-ftp-file-attributes) |