Mercurial > hg > xemacs-beta
diff lisp/simple.el @ 958:4cbfb36b35e0
[xemacs-hg @ 2002-08-12 07:44:28 by youngs]
2002-08-11 John Paul Wallington <jpw@shootybangbang.com>
* simple.el (join-line): New alias for `delete-indentation'.
author | youngs |
---|---|
date | Mon, 12 Aug 2002 07:44:28 +0000 |
parents | 047d37eb70d7 |
children | 465bd3c7d932 |
line wrap: on
line diff
--- a/lisp/simple.el Sat Aug 10 06:37:37 2002 +0000 +++ b/lisp/simple.el Mon Aug 12 07:44:28 2002 +0000 @@ -298,6 +298,8 @@ (delete-region (point) (+ (point) (length fill-prefix)))) (fixup-whitespace)))) +(defalias 'join-line 'delete-indentation) + (defun fixup-whitespace () "Fixup white space between objects around point. Leave one space or none, according to the context."