mirror of
https://codeberg.org/scip/config-general-mode.git
synced 2025-12-16 20:10: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
|
||||
;; USA
|
||||
|
||||
;; Version: 0.01
|
||||
;; Version: 0.02
|
||||
;; Author: T.v.Dein <tlinden@cpan.org>
|
||||
;; Keywords: files
|
||||
;; 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."
|
||||
(interactive)
|
||||
(when kill-whole-line
|
||||
(beginning-of-line))
|
||||
(let* ((savepos (point))
|
||||
(end (line-end-position))
|
||||
(onblock (save-excursion
|
||||
|
||||
Reference in New Issue
Block a user