summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2006-02-17 21:54:35 +0000
committerJuri Linkov <juri@jurta.org>2006-02-17 21:54:35 +0000
commit17dd3190854f43e7ba3222476f100d8ec562469f (patch)
tree6234f995104e21092b6c1d63b44ac2bf0d20e27d /lisp/icomplete.el
parent2f14a5ad88654ba69ac8f077c5ec81f44b0d3371 (diff)
downloademacs-17dd3190854f43e7ba3222476f100d8ec562469f.tar.gz
(icomplete-get-keys): Use `t' for the second arg `visible-ok'
of `other-buffer' to find the right original buffer.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r--lisp/icomplete.el2
1 files changed, 1 insertions, 1 deletions
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