Преглед на файлове

org-goto: Remove jump to point-min at every start of search

The jump has been unexpected and confusing and is undocumented AFAICT.
Marco Wahl преди 6 години
родител
ревизия
cdcbc2fa82
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      lisp/org-goto.el

+ 0 - 1
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)