diff options
| author | Dmitry Antipov | 2012-12-19 19:52:48 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-19 19:52:48 +0400 |
| commit | a2f07cd28277fbcef42541509e3710a9863cac3a (patch) | |
| tree | 2bc2164d1af01ff4defc9f8782287d52ecfc5d23 /src/ChangeLog | |
| parent | 3f781c75aceec46314eace32bf073e13914f683b (diff) | |
| download | emacs-a2f07cd28277fbcef42541509e3710a9863cac3a.tar.gz emacs-a2f07cd28277fbcef42541509e3710a9863cac3a.zip | |
* coding.c (Fdetect_coding_region): Do not check start and end with
CHECK_NUMBER_COERCE_MARKER since validate_region does that itself.
(code_convert_region): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4328fda1f40..c324425a401 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-12-19 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * coding.c (Fdetect_coding_region): Do not check start and end with | ||
| 4 | CHECK_NUMBER_COERCE_MARKER since validate_region does that itself. | ||
| 5 | (code_convert_region): Likewise. | ||
| 6 | |||
| 1 | 2012-12-18 Eli Zaretskii <eliz@gnu.org> | 7 | 2012-12-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * w32.c (acl_get_file, acl_set_file): Run the file name through | 9 | * w32.c (acl_get_file, acl_set_file): Run the file name through |