This commit is contained in:
Bozhidar Batsov 2013-06-29 11:44:40 +03:00
parent 427bc31866
commit 27e05c2170

View file

@ -100,8 +100,7 @@ With a prefix ARG open line above the current line."
(prelude-smart-open-line-above) (prelude-smart-open-line-above)
(progn (progn
(move-end-of-line nil) (move-end-of-line nil)
(newline-and-indent) (newline-and-indent))))
(shit))))
(defun prelude-top-join-line () (defun prelude-top-join-line ()
"Join the current line with the line beneath it." "Join the current line with the line beneath it."