]> git.eshelyaron.com Git - emacs.git/commitdiff
(join-line): New alias.
authorDave Love <fx@gnu.org>
Fri, 15 Jan 1999 16:57:27 +0000 (16:57 +0000)
committerDave Love <fx@gnu.org>
Fri, 15 Jan 1999 16:57:27 +0000 (16:57 +0000)
lisp/simple.el

index c0be05d9e18c3e8f11b6007b075b1d65a877c788..94cff99ee576145266d852e1bc41ca5626f28c89 100644 (file)
@@ -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."