diff options
| author | Eli Zaretskii | 2018-06-01 17:10:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-06-01 17:10:46 +0300 |
| commit | 21f2247cf49d2332dd3f6d696318c9c65fd26c83 (patch) | |
| tree | f309093ea66883dde774a50698ec8c9ffc672ad2 /src | |
| parent | 6d2352594f4e4e17965834851547df3adaa6cd6f (diff) | |
| parent | 325708544323c7434c62c0ae3773de2cc09692a5 (diff) | |
| download | emacs-21f2247cf49d2332dd3f6d696318c9c65fd26c83.tar.gz emacs-21f2247cf49d2332dd3f6d696318c9c65fd26c83.zip | |
Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26
Diffstat (limited to 'src')
| -rw-r--r-- | src/filelock.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index f2dc7234076..d33063c8790 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -849,7 +849,10 @@ syms_of_filelock (void) | |||
| 849 | Vtemporary_file_directory = Qnil; | 849 | Vtemporary_file_directory = Qnil; |
| 850 | 850 | ||
| 851 | DEFVAR_BOOL ("create-lockfiles", create_lockfiles, | 851 | DEFVAR_BOOL ("create-lockfiles", create_lockfiles, |
| 852 | doc: /* Non-nil means use lockfiles to avoid editing collisions. */); | 852 | doc: /* Non-nil means use lockfiles to avoid editing collisions. |
| 853 | The name of the (per-buffer) lockfile is constructed by prepending a | ||
| 854 | '.#' to the name of the file being locked. See also `lock-buffer' and | ||
| 855 | Info node `(emacs)Interlocking'. */); | ||
| 853 | create_lockfiles = 1; | 856 | create_lockfiles = 1; |
| 854 | 857 | ||
| 855 | defsubr (&Sunlock_buffer); | 858 | defsubr (&Sunlock_buffer); |