From: Dave Love Date: Fri, 15 Jan 1999 16:57:27 +0000 (+0000) Subject: (join-line): New alias. X-Git-Tag: emacs-20.4~871 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc02509028b4d37124f636f798247e02f76f12eb;p=emacs.git (join-line): New alias. --- diff --git a/lisp/simple.el b/lisp/simple.el index c0be05d9e18..94cff99ee57 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -214,6 +214,8 @@ With argument, join this line to following line." (delete-region (point) (+ (point) (length fill-prefix)))) (fixup-whitespace)))) +(defalias 'join-line #'delete-indentation) ; easier to find + (defun fixup-whitespace () "Fixup white space between objects around point. Leave one space or none, according to the context."