geiser: Remove manual patch.

master
Pierre Neidhardt 2020-02-13 12:25:45 +01:00
parent 5ec594adc9
commit 2585fff433
1 changed files with 0 additions and 9 deletions

View File

@ -1,12 +1,3 @@
;; See https://gitlab.com/jaor/geiser/issues/252.
(defun guile--manual-look-up (id mod)
(let ((info-lookup-other-window-flag
geiser-guile-manual-lookup-other-window-p))
(info-lookup-symbol (symbol-name id) 'geiser-guile-mode))
(when geiser-guile-manual-lookup-other-window-p
(switch-to-buffer-other-window "*info*"))
(search-forward (format "%s" id) nil t))
;; See https://github.com/emacs-helm/helm/issues/2134 and
;; https://gitlab.com/jaor/geiser/issues/180
(when (>= emacs-major-version 26)