diff --git a/lisp/org-goto.el b/lisp/org-goto.el index dec5ec6df..5ce9b8cb6 100644 --- a/lisp/org-goto.el +++ b/lisp/org-goto.el @@ -172,7 +172,6 @@ When nil, you can use these keybindings to navigate the buffer: (defun org-goto-local-auto-isearch () "Start isearch." (interactive) - (goto-char (point-min)) (let ((keys (this-command-keys))) (when (eq (lookup-key isearch-mode-map keys) 'isearch-printing-char) (isearch-mode t)