diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 08 13:34:20 2012 +0100
+++ b/lisp/ChangeLog	Sat Sep 08 16:33:48 2012 +0100
@@ -5,6 +5,7 @@
 	* simple.el (delete-trailing-whitespace): New.
 	Import this function and an associated variable from GNU, thank
 	you GNU.
+	Update its interactive spec to work correctly in XEmacs.
 
 2012-09-07  Aidan Kehoe  <kehoea@parhasard.net>