diff options
| author | Juanma Barranquero | 2010-05-11 04:04:13 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-05-11 04:04:13 +0200 |
| commit | 4e2af7825fa13782c5579f55b3e2d8dec23bdbf3 (patch) | |
| tree | 30d5bf517ba11e8edbe3ed0fc8fe3996e2a27170 /src/ChangeLog.2 | |
| parent | 4bbedd9832178fcd264de9e6210d0dadbe3e2940 (diff) | |
| download | emacs-4e2af7825fa13782c5579f55b3e2d8dec23bdbf3.tar.gz emacs-4e2af7825fa13782c5579f55b3e2d8dec23bdbf3.zip | |
Fix typos and whitespace in ChangeLogs.
Diffstat (limited to 'src/ChangeLog.2')
| -rw-r--r-- | src/ChangeLog.2 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 265cc95e60d..7313f56ae8e 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -984,7 +984,7 @@ | |||
| 984 | 1988-01-06 Richard Stallman (rms@frosted-flakes) | 984 | 1988-01-06 Richard Stallman (rms@frosted-flakes) |
| 985 | 985 | ||
| 986 | * s-hpux.h: Don't define nomultiplejobs, LDAV_SYMBOL, LIBS_DEBUG | 986 | * s-hpux.h: Don't define nomultiplejobs, LDAV_SYMBOL, LIBS_DEBUG |
| 987 | or BROKEN_FIONREAD. | 987 | or BROKEN_FIONREAD. |
| 988 | * m-hp9000s300.h: Define those four. | 988 | * m-hp9000s300.h: Define those four. |
| 989 | * s-hpux.h: Define BSTRING, and define bcopy, etc., as macros. | 989 | * s-hpux.h: Define BSTRING, and define bcopy, etc., as macros. |
| 990 | 990 | ||
| @@ -2817,7 +2817,7 @@ | |||
| 2817 | 1986-11-26 Richard M. Stallman (rms@prep) | 2817 | 1986-11-26 Richard M. Stallman (rms@prep) |
| 2818 | 2818 | ||
| 2819 | * sysdep.c (get_system_name): | 2819 | * sysdep.c (get_system_name): |
| 2820 | Eliminate internal static var in USG case. | 2820 | Eliminate internal static var in USG case. |
| 2821 | 2821 | ||
| 2822 | * lisp.h: New case testing and conversion macros | 2822 | * lisp.h: New case testing and conversion macros |
| 2823 | UPPERCASEP, LOWERCASEP, NOCASEP, UPCASE, DOWNCASE. | 2823 | UPPERCASEP, LOWERCASEP, NOCASEP, UPCASE, DOWNCASE. |
| @@ -3852,7 +3852,7 @@ | |||
| 3852 | (so now (let ((case-fold-search t))) doesn't force buffer-localness) | 3852 | (so now (let ((case-fold-search t))) doesn't force buffer-localness) |
| 3853 | However, setting a binding will still make it buffer-local. | 3853 | However, setting a binding will still make it buffer-local. |
| 3854 | (ie (let ((case-fold-search t)) (setq case-fold-search t)) | 3854 | (ie (let ((case-fold-search t)) (setq case-fold-search t)) |
| 3855 | will cause case-fold-search be buffer-local even outside the let) | 3855 | will cause case-fold-search be buffer-local even outside the let) |
| 3856 | 3856 | ||
| 3857 | * xfns.c: | 3857 | * xfns.c: |
| 3858 | Preserve studlycaps: "Gnuemacs" => "GNU Emacs" | 3858 | Preserve studlycaps: "Gnuemacs" => "GNU Emacs" |
| @@ -4452,16 +4452,16 @@ | |||
| 4452 | * search.c (Freplace_match): Delete unused some_multiletter_word init. | 4452 | * search.c (Freplace_match): Delete unused some_multiletter_word init. |
| 4453 | * alloc.c (gc_sweep): Delete unused next initializers. | 4453 | * alloc.c (gc_sweep): Delete unused next initializers. |
| 4454 | * fns.c (concat): After error on non-int elt for string, | 4454 | * fns.c (concat): After error on non-int elt for string, |
| 4455 | do store the new value from the error handler. | 4455 | do store the new value from the error handler. |
| 4456 | * lread.c (read1): Comment out unused end =. | 4456 | * lread.c (read1): Comment out unused end =. |
| 4457 | * lread.c (read_list): Delete unused tail =. | 4457 | * lread.c (read_list): Delete unused tail =. |
| 4458 | * data.c (Fmake_variable_buffer_local): | 4458 | * data.c (Fmake_variable_buffer_local): |
| 4459 | If value type is Lisp_Some_Buffer_Local_Value, | 4459 | If value type is Lisp_Some_Buffer_Local_Value, |
| 4460 | change it to Lisp_Buffer_Local_Value permanently. | 4460 | change it to Lisp_Buffer_Local_Value permanently. |
| 4461 | * undo.c (record_block): Delete unused cp =. | 4461 | * undo.c (record_block): Delete unused cp =. |
| 4462 | Don't bother reallocing if n = 0 after first batch. | 4462 | Don't bother reallocing if n = 0 after first batch. |
| 4463 | * fileio.c (Fverify_visited_file_modtime): | 4463 | * fileio.c (Fverify_visited_file_modtime): |
| 4464 | If CHECK_BUFFER changes buf, use the changed value. | 4464 | If CHECK_BUFFER changes buf, use the changed value. |
| 4465 | 4465 | ||
| 4466 | 1986-07-07 Richard M. Stallman (rms@prep) | 4466 | 1986-07-07 Richard M. Stallman (rms@prep) |
| 4467 | 4467 | ||