annotate admin/notes/trailing-whitespace @ 50765:43076e9d9aaa

(coding_system_accept_latin_extra_p): Delete this function. (find_safe_codings): Pay attention to the property tranlsation-table-for-encode of each codings. (syms_of_coding): Give Qtranslation_table the extra slot number 2.
author Kenichi Handa <handa@m17n.org>
date Thu, 01 May 2003 04:34:57 +0000
parents fb804500f6c6
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49800
fb804500f6c6 Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
1 ttn 2003-02-14
fb804500f6c6 Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
2
fb804500f6c6 Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
3 apparently there was a big discussion on emacs-devel wrt trailing whitespace.
fb804500f6c6 Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
4 there was a mass-change to remove such from various branches in cvs. probably
fb804500f6c6 Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
5 it's a good idea to avoid adding trailing whitespace in new code/docs and in
fb804500f6c6 Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
6 changes.