Lars Ingebrigtsen writes: > Stefan Kangas writes: > >> Alternative C will cause some code-churn, but is also formally the most >> correct one. It might also save someones sanity if they are trying to >> fit a line into a 80 or 100 character limit. >> >> My preference is for, in order: C > B > A. > > I think C is too ambitious -- there's code out-of-tree that needs to > work in a wide range of Emacs versions, so they can't remove the > trailing space. So I like B (i.e.., check that there's "\\? *" at the > end). Sounds good. How about the attached patch?