Pārlūkot izejas kodu

org-goto: Fix wrong number of arguments error

* lisp/org-goto.el (org-goto-location): Fix
  `isearch-search-fun-function' binding.
Nicolas Goaziou 7 gadi atpakaļ
vecāks
revīzija
048169d270
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      lisp/org-goto.el

+ 2 - 1
lisp/org-goto.el

@@ -227,7 +227,8 @@ position or nil."
   (org-no-popups
    (let ((isearch-mode-map org-goto-local-auto-isearch-map)
 	 (isearch-hide-immediately nil)
-	 (isearch-search-fun-function #'org-goto--local-search-headings)
+	 (isearch-search-fun-function
+	  (lambda () #'org-goto--local-search-headings))
 	 (org-goto-selected-point org-goto-exit-command)
 	 (help (or help org-goto-help)))
      (save-excursion