diff options
| author | Gerd Moellmann | 2000-10-24 20:57:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-24 20:57:11 +0000 |
| commit | 4fa09beb836a30f3ac26af7b6b0d01f178b04601 (patch) | |
| tree | 7da4407859e354cbf82a4cea4952c7cb4995de4d /src/ChangeLog | |
| parent | 0a9ad6144d26a364d22d96256c5801ad42df3cf9 (diff) | |
| download | emacs-4fa09beb836a30f3ac26af7b6b0d01f178b04601.tar.gz emacs-4fa09beb836a30f3ac26af7b6b0d01f178b04601.zip | |
(unlock_all_files): Use unlock_file to expand each
buffer's file_truename before trying remove its lock file.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0dc6d23e0ba..f46f95882ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -25,6 +25,11 @@ | |||
| 25 | * .gdbinit (xbacktrace): Handle case that $bt->function isn't | 25 | * .gdbinit (xbacktrace): Handle case that $bt->function isn't |
| 26 | a symbol. | 26 | a symbol. |
| 27 | 27 | ||
| 28 | 2000-10-24 Colin Walters <walters@cis.ohio-state.edu> | ||
| 29 | |||
| 30 | * filelock.c (unlock_all_files): Use unlock_file to expand each | ||
| 31 | buffer's file_truename before trying remove its lock file. | ||
| 32 | |||
| 28 | 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il> | 33 | 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 29 | 34 | ||
| 30 | * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR | 35 | * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR |