do not use previous-line

This commit is contained in:
TLINDEN
2016-05-28 14:18:02 +02:00
parent 7f42d56296
commit 088daaf5b3

View File

@@ -410,7 +410,7 @@ pressed the first time in a row"
(if (and (eobp) (if (and (eobp)
(> (buffer-size) 0) (> (buffer-size) 0)
(eq (line-beginning-position) (point))) (eq (line-beginning-position) (point)))
(progn (message "jump 1 line up") (previous-line))) (progn (message "jump 1 line up") (forward-line -1)))
;; only call killer if not done killing ;; only call killer if not done killing
(if (and viking--current-killf (not (eobp))) (if (and viking--current-killf (not (eobp)))