diff options
| author | Stefan Kangas | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e /src/ChangeLog.12 | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
| download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip | |
; Fix typos
Diffstat (limited to 'src/ChangeLog.12')
| -rw-r--r-- | src/ChangeLog.12 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 18618bbfb25..cb373803a05 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -73,7 +73,7 @@ | |||
| 73 | 73 | ||
| 74 | * lisp.h (adjust_after_replace): Extern it. | 74 | * lisp.h (adjust_after_replace): Extern it. |
| 75 | 75 | ||
| 76 | * coding.c (detect_coding): Cound the heading ASCII bytes in the | 76 | * coding.c (detect_coding): Count the heading ASCII bytes in the |
| 77 | case of detection for coding_category_utf_8_auto. | 77 | case of detection for coding_category_utf_8_auto. |
| 78 | (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]: | 78 | (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]: |
| 79 | Skip decoding if all bytes are ASCII. | 79 | Skip decoding if all bytes are ASCII. |
| @@ -1809,7 +1809,7 @@ | |||
| 1809 | 1809 | ||
| 1810 | * nsfns.m (Fns_do_applescript): Run event loop until script has | 1810 | * nsfns.m (Fns_do_applescript): Run event loop until script has |
| 1811 | been executed (Bug#12969). | 1811 | been executed (Bug#12969). |
| 1812 | (ns_run_ascript): Chech as_script for nil, set to nil after | 1812 | (ns_run_ascript): Check as_script for nil, set to nil after |
| 1813 | executing script. | 1813 | executing script. |
| 1814 | 1814 | ||
| 1815 | 2012-12-22 Martin Rudalics <rudalics@gmx.at> | 1815 | 2012-12-22 Martin Rudalics <rudalics@gmx.at> |
| @@ -19967,7 +19967,7 @@ | |||
| 19967 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> | 19967 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> |
| 19968 | 19968 | ||
| 19969 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: | 19969 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: |
| 19970 | New version that can reserve upto 2GB of heap space. | 19970 | New version that can reserve up to 2GB of heap space. |
| 19971 | 19971 | ||
| 19972 | 2011-05-05 Chong Yidong <cyd@stupidchicken.com> | 19972 | 2011-05-05 Chong Yidong <cyd@stupidchicken.com> |
| 19973 | 19973 | ||