(join-line): New alias.

This commit is contained in:
Dave Love 1999-01-15 16:57:27 +00:00
parent a9d358fb75
commit fc02509028

View 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."