Address a warning
This commit is contained in:
parent
1e10d763f3
commit
7ba3dc16dd
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@
|
|||
|
||||
(defun prelude-smart-open-line-above ()
|
||||
"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)
|
||||
(previous-line)
|
||||
(forward-line -1)
|
||||
(prelude-smart-open-line))
|
||||
|
||||
(defun prelude-smart-open-line ()
|
||||
|
|
Loading…
Reference in a new issue