diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 2 insertions, 0 deletions
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." | |||
| 214 | (delete-region (point) (+ (point) (length fill-prefix)))) | 214 | (delete-region (point) (+ (point) (length fill-prefix)))) |
| 215 | (fixup-whitespace)))) | 215 | (fixup-whitespace)))) |
| 216 | 216 | ||
| 217 | (defalias 'join-line #'delete-indentation) ; easier to find | ||
| 218 | |||
| 217 | (defun fixup-whitespace () | 219 | (defun fixup-whitespace () |
| 218 | "Fixup white space between objects around point. | 220 | "Fixup white space between objects around point. |
| 219 | Leave one space or none, according to the context." | 221 | Leave one space or none, according to the context." |