diff options
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/bugtracker | 2 | ||||
| -rw-r--r-- | admin/notes/multi-tty | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 3c24212ea10..7d5e85a3ae0 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -125,7 +125,7 @@ Resent-CC: maintainer email address, plus any X-Debbugs-CC: entries | |||
| 125 | 125 | ||
| 126 | The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases. | 126 | The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases. |
| 127 | 127 | ||
| 128 | ** To not get acknowledgement mail from the tracker, | 128 | ** To not get acknowledgment mail from the tracker, |
| 129 | add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus, | 129 | add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus, |
| 130 | you can add an element to gnus-posting-styles to do this automatically, eg: | 130 | you can add an element to gnus-posting-styles to do this automatically, eg: |
| 131 | 131 | ||
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 4146c8ffa58..5408b9a3d00 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -906,7 +906,7 @@ DIARY OF CHANGES | |||
| 906 | read_avail_input. | 906 | read_avail_input. |
| 907 | 907 | ||
| 908 | (Fixed. This was caused by unconditionally including stdin in | 908 | (Fixed. This was caused by unconditionally including stdin in |
| 909 | input_wait_mask in init_process. The select call in | 909 | input_wait_mask in init_process_emacs. The select call in |
| 910 | wait_reading_process_input always returned immediately, indicating | 910 | wait_reading_process_input always returned immediately, indicating |
| 911 | that there is pending input from stdin, which nobody read. | 911 | that there is pending input from stdin, which nobody read. |
| 912 | 912 | ||