# HG changeset patch # User Oleksandr Gavenko # Date 1557179334 -10800 # Node ID a2f88a6df8abda9c7afb74c98606c221684dd0c7 # Parent 8770e2984f5844caae72c47c032ae8f605c4acc7 Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead. 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))