aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r--lisp/icomplete.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index b1e8fa5ebb5..3eb4b4babf2 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -147,8 +147,7 @@ is minibuffer."
147 (save-excursion 147 (save-excursion
148 (let* ((sym (intern func-name)) 148 (let* ((sym (intern func-name))
149 (buf (other-buffer nil t)) 149 (buf (other-buffer nil t))
150 (map (save-excursion (set-buffer buf) (current-local-map))) 150 (keys (with-current-buffer buf (where-is-internal sym))))
151 (keys (where-is-internal sym map)))
152 (if keys 151 (if keys
153 (concat "<" 152 (concat "<"
154 (mapconcat 'key-description 153 (mapconcat 'key-description