diff -r 8770e2984f58 -r a2f88a6df8ab .emacs-my --- a/.emacs-my Tue May 07 00:48:25 2019 +0300 +++ b/.emacs-my Tue May 07 00:48:54 2019 +0300 @@ -3363,7 +3363,7 @@ (if (not path) (message "Can't find file %s.java" file) (find-file-other-window path) - (goto-line (string-to-number line))))))) + (forward-line (string-to-number line))))))) (my--eval-after-load log4-hi-mode (define-key log4-hi-mode-map [C-return] #'my-java-exeption))