Pass prelude-kill-whole-line input as number ("p")
This commit is contained in:
parent
e026389790
commit
155737c85d
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ With a prefix ARG open line above the current line."
|
||||||
(defun prelude-kill-whole-line (&optional arg)
|
(defun prelude-kill-whole-line (&optional arg)
|
||||||
"A simple wrapper around command `kill-whole-line' that respects indentation.
|
"A simple wrapper around command `kill-whole-line' that respects indentation.
|
||||||
Passes ARG to command `kill-whole-line' when provided."
|
Passes ARG to command `kill-whole-line' when provided."
|
||||||
(interactive "P")
|
(interactive "p")
|
||||||
(kill-whole-line arg)
|
(kill-whole-line arg)
|
||||||
(back-to-indentation))
|
(back-to-indentation))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue