Comment 2 for bug 1088831

Revision history for this message
vita (kovanovic) wrote :

I've realized that in lines that are too long and where the text is trimmed or wrapped this does not happen..

anyway this small temprorary fix works

(defun go-back ()
  (interactive)
  (forward-line -1))

(global-set-key [?\C-p] 'go-back)