mirror of
https://codeberg.org/scip/config-general-mode.git
synced 2025-12-18 04:50:57 +01:00
fixed invalid kill behavior
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
;; USA
|
;; USA
|
||||||
|
|
||||||
;; Version: 0.01
|
;; Version: 0.02
|
||||||
;; Author: T.v.Dein <tlinden@cpan.org>
|
;; Author: T.v.Dein <tlinden@cpan.org>
|
||||||
;; Keywords: files
|
;; Keywords: files
|
||||||
;; URL: https://github.com/tlinden/config-general-mode
|
;; URL: https://github.com/tlinden/config-general-mode
|
||||||
@@ -243,8 +243,6 @@ Otherwise the original `kill-line' will be called with ARG.
|
|||||||
|
|
||||||
The flag `kill-whole-line' will be followed."
|
The flag `kill-whole-line' will be followed."
|
||||||
(interactive)
|
(interactive)
|
||||||
(when kill-whole-line
|
|
||||||
(beginning-of-line))
|
|
||||||
(let* ((savepos (point))
|
(let* ((savepos (point))
|
||||||
(end (line-end-position))
|
(end (line-end-position))
|
||||||
(onblock (save-excursion
|
(onblock (save-excursion
|
||||||
|
|||||||
Reference in New Issue
Block a user