[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kill-whole-line
From: |
Markus Rost |
Subject: |
kill-whole-line |
Date: |
Sun, 25 May 2003 20:34:15 -0400 (EDT) |
If point is on the last line of the buffer and you hit <S-backspace>
(which runs the command kill-whole-line), you get an error: End of buffer
Evaluating the form
(progn
(goto-char (point-max))
(kill-whole-line)
)
has the same effect, and buffer *Messages* will contain the line
if: End of buffer
I doubt that this behavior is desirable.
- kill-whole-line,
Markus Rost <=