(join-line): New alias.
This commit is contained in:
parent
a9d358fb75
commit
fc02509028
1 changed files with 2 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue