aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2019-03-20 22:08:46 +0100
committerNicolas Petton2019-03-20 22:08:46 +0100
commit297a141ca33f7fb25c17ba0b6ed7834dfe111c48 (patch)
tree3880b0c8925d6361f83a6d8b5163c86a2b0d26a7
parent24b6e6edcfe034f76de475657cb3997821cfd1f0 (diff)
downloademacs-297a141ca33f7fb25c17ba0b6ed7834dfe111c48.tar.gz
emacs-297a141ca33f7fb25c17ba0b6ed7834dfe111c48.zip
; * lisp/ldefs-boot.el: Update.
-rw-r--r--lisp/ldefs-boot.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 49578a04651..3903463c8a1 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -35338,16 +35338,16 @@ the arguments that would have been passed to OPERATION.
35338 35338
35339(autoload 'url-copy-file "url-handlers" "\ 35339(autoload 'url-copy-file "url-handlers" "\
35340Copy URL to NEWNAME. Both args must be strings. 35340Copy URL to NEWNAME. Both args must be strings.
35341Signals a `file-already-exists' error if file NEWNAME already exists, 35341Signal a `file-already-exists' error if file NEWNAME already exists,
35342unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil. 35342unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
35343A number as third arg means request confirmation if NEWNAME already exists. 35343A number as third arg means request confirmation if NEWNAME already exists.
35344This is what happens in interactive use with M-x. 35344This is what happens in interactive use with M-x.
35345Fourth arg KEEP-TIME non-nil means give the new file the same 35345Fourth arg KEEP-TIME non-nil means give the new file the same
35346last-modified time as the old one. (This works on only some systems.) 35346last-modified time as the old one. (This works on only some systems.)
35347Fifth arg PRESERVE-UID-GID is ignored. 35347Args PRESERVE-UID-GID and PRESERVE-PERMISSIONS are ignored.
35348A prefix arg makes KEEP-TIME non-nil. 35348A prefix arg makes KEEP-TIME non-nil.
35349 35349
35350\(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID)" nil nil) 35350\(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID PRESERVE-PERMISSIONS)" nil nil)
35351 35351
35352(autoload 'url-file-local-copy "url-handlers" "\ 35352(autoload 'url-file-local-copy "url-handlers" "\
35353Copy URL into a temporary file on this machine. 35353Copy URL into a temporary file on this machine.