XEmacs 21.4.9 "Informed Management".
[chise/xemacs-chise.git.1] / lisp / simple.el
index 36566d4..763a897 100644 (file)
@@ -298,6 +298,8 @@ With argument, join this line to following line."
            (delete-region (point) (+ (point) (length fill-prefix))))
        (fixup-whitespace))))
 
+(defalias 'join-line 'delete-indentation)
+
 (defun fixup-whitespace ()
   "Fixup white space between objects around point.
 Leave one space or none, according to the context."