diff options
| author | Michael Albinus | 2014-11-05 12:23:10 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-11-05 12:23:10 +0100 |
| commit | 076582fde300472131422818d72e814e516c91ed (patch) | |
| tree | f5beda90d4c1b59d5339ef177f0477c266514e4f /src/ChangeLog | |
| parent | 58064b4da2835acb24d0f68021c84102e0fb1c0f (diff) | |
| download | emacs-076582fde300472131422818d72e814e516c91ed.tar.gz emacs-076582fde300472131422818d72e814e516c91ed.zip | |
* dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_name
raises an error.
Fixes: debbugs:18891
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 f30cad15f02..f7088fce563 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-05 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_name | ||
| 4 | raises an error. (Bug#18891) | ||
| 5 | |||
| 1 | 2014-11-03 Eli Zaretskii <eliz@gnu.org> | 6 | 2014-11-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (Fdump_glyph_matrix, Fdump_frame_glyph_matrix): Doc fix. | 8 | * xdisp.c (Fdump_glyph_matrix, Fdump_frame_glyph_matrix): Doc fix. |