Address a warning

This commit is contained in:
Bozhidar Batsov 2013-04-03 12:14:04 +03:00
parent 1e10d763f3
commit 7ba3dc16dd

View file

@ -81,9 +81,9 @@
(defun prelude-smart-open-line-above () (defun prelude-smart-open-line-above ()
"Insert an empty line above the current line. "Insert an empty line above the current line.
Position the cursor at it's beginning, according to the current mode" Position the cursor at it's beginning, according to the current mode."
(interactive) (interactive)
(previous-line) (forward-line -1)
(prelude-smart-open-line)) (prelude-smart-open-line))
(defun prelude-smart-open-line () (defun prelude-smart-open-line ()