GNU bug report logs -
#13801
[PATCH] Trivial fix for files.el
Previous Next
Reported by: Xue Fuqiao <xfq.free <at> gmail.com>
Date: Sun, 24 Feb 2013 07:14:01 UTC
Severity: minor
Tags: patch
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 13801 <at> debbugs.gnu.org (full text, mbox):
> Date: Sun, 24 Feb 2013 14:33:32 +0800
> From: Xue Fuqiao <xfq.free <at> gmail.com>
>
> *** trunk/lisp/files.el 2013-02-24 06:49:38.358835000 +0800
> --- trunk/lisp/files.el.new 2013-02-24 14:23:28.681175258 +0800
> *************** See also: `break-hardlink-on-save'."
> *** 248,259 ****
> :group 'backup)
>
> (defcustom break-hardlink-on-save nil
> ! "Non-nil means when saving a file that exists under several names
> ! \(i.e., has multiple hardlinks), break the hardlink associated with
> ! `buffer-file-name' and write to a new file, so that the other
> ! instances of the file are not affected by the save.
>
> ! If `buffer-file-name' refers to a symlink, do not break the symlink.
>
> Unlike `file-precious-flag', `break-hardlink-on-save' is not advisory.
> For example, if the directory in which a file is being saved is not
> --- 248,262 ----
> :group 'backup)
>
> (defcustom break-hardlink-on-save nil
> ! "This variable affect the relation between hardlink(s) and the file.
> ! Non-nil means when saving a file that exists under several names
> ! \(i.e., has multiple hardlinks), break the hardlink associated
> ! with the variable `buffer-file-name' and write to a new file, so
> ! that the other instances of the file are not affected by the
> ! save.
The first line of the doc string should concisely say what the option
does. The old doc string did it, albeit not perfectly; the one you
suggest does not.
This bug report was last modified 11 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.