From 78421c58856357021d07e8f3693a9f46ed3f6470 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 17 Feb 2006 21:54:35 +0000 Subject: [PATCH] (icomplete-get-keys): Use `t' for the second arg `visible-ok' of `other-buffer' to find the right original buffer. --- lisp/icomplete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 191f1d324e6..f53ef7c91d1 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -146,7 +146,7 @@ is minibuffer." (if (commandp func-name) (save-excursion (let* ((sym (intern func-name)) - (buf (other-buffer)) + (buf (other-buffer nil t)) (map (save-excursion (set-buffer buf) (current-local-map))) (keys (where-is-internal sym map))) (if keys -- 2.11.4.GIT