annotate admin/notes/trailing-whitespace @ 88257:b6d2078cce14
(rmail-header-attribute-header)
(rmail-header-keyword-header, rmail-header-get-limit): Doc.
(rmail-header-add-header): Add inhibit-point-motion-hooks and
buffer-undo-list bindings from rmail-header-set-header. I don't
know whether they are necessary, however.
(rmail-header-persist-attributes, rmail-header-set-header):
Deleted. rmail-header-add-header does what
rmail-header-set-header did, except throw an error if the header
was not found.
author |
Alex Schroeder <alex@gnu.org> |
date |
Sat, 21 Jan 2006 15:27:34 +0000 |
parents |
d7ddb3e565de |
children |
|
rev |
line source |
88155
|
1 ttn 2003-02-14
|
|
2
|
|
3 apparently there was a big discussion on emacs-devel wrt trailing whitespace.
|
|
4 there was a mass-change to remove such from various branches in cvs. probably
|
|
5 it's a good idea to avoid adding trailing whitespace in new code/docs and in
|
|
6 changes.
|
|
7
|
|
8 ;;; arch-tag: de441379-c345-4826-a784-352b5413a698
|