Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5684:0eb4e96fd261
#'delete-trailing-whitespace needs to work when the region is inactive, too
lisp/ChangeLog addition:
Update its interactive spec to work correctly in XEmacs.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 08 Sep 2012 16:33:48 +0100 |
parents | 98f762d06c5f |
children | c6b1500299a7 |
comparison
equal
deleted
inserted
replaced
5683:98f762d06c5f | 5684:0eb4e96fd261 |
---|---|
3 * simple.el: | 3 * simple.el: |
4 * simple.el (delete-trailing-lines): New. | 4 * simple.el (delete-trailing-lines): New. |
5 * simple.el (delete-trailing-whitespace): New. | 5 * simple.el (delete-trailing-whitespace): New. |
6 Import this function and an associated variable from GNU, thank | 6 Import this function and an associated variable from GNU, thank |
7 you GNU. | 7 you GNU. |
8 Update its interactive spec to work correctly in XEmacs. | |
8 | 9 |
9 2012-09-07 Aidan Kehoe <kehoea@parhasard.net> | 10 2012-09-07 Aidan Kehoe <kehoea@parhasard.net> |
10 | 11 |
11 * files.el: | 12 * files.el: |
12 * files.el (find-coding-system-magic-cookie-in-file): | 13 * files.el (find-coding-system-magic-cookie-in-file): |