summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2019-02-09 16:06:06 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2019-02-09 16:06:06 +0100
commitcdcbc2fa8214713ea2d4c2756e2335fb88aed8f9 (patch)
tree3903bd8144571879902bc1531d98df4d40d9049b
parentde54bbd7596f25795fce84b4555715381d71df3b (diff)
downloadorg-mode-cdcbc2fa8214713ea2d4c2756e2335fb88aed8f9.tar.gz
org-goto: Remove jump to point-min at every start of search
The jump has been unexpected and confusing and is undocumented AFAICT.
-rw-r--r--lisp/org-goto.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-goto.el b/lisp/org-goto.el
index dec5ec6..5ce9b8c 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)