/[emacs]/emacs/lisp/files.el
ViewVC logotype

Diff of /emacs/lisp/files.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.746 by dpe, Fri Mar 18 08:07:55 2005 UTC revision 1.747 by eliz, Sat Mar 19 13:29:06 2005 UTC
# Line 2687  BACKUPNAME is the backup file name, whic Line 2687  BACKUPNAME is the backup file name, whic
2687                                backup-by-copying                                backup-by-copying
2688                                ;; Don't rename a suid or sgid file.                                ;; Don't rename a suid or sgid file.
2689                                (and modes (< 0 (logand modes #o6000)))                                (and modes (< 0 (logand modes #o6000)))
2690                                  (not (file-writable-p (file-name-directory real-file-name)))
2691                                (and backup-by-copying-when-linked                                (and backup-by-copying-when-linked
2692                                     (> (file-nlinks real-file-name) 1))                                     (> (file-nlinks real-file-name) 1))
2693                                (and (or backup-by-copying-when-mismatch                                (and (or backup-by-copying-when-mismatch

Legend:
Removed from v.1.746  
changed lines
  Added in v.1.747

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26