Mercurial > emacs
changeset 94245:e884e788c40a
(Info-complete-menu-item): Add missing parenthesis.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 22 Apr 2008 15:48:29 +0000 |
parents | 6ff724be7391 |
children | 233d0248f6d2 |
files | lisp/info.el |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Tue Apr 22 15:36:53 2008 +0000 +++ b/lisp/info.el Tue Apr 22 15:48:29 2008 +0000 @@ -2307,12 +2307,12 @@ (Info-goto-node orignode)) ;; Update the cache. (set (make-local-variable 'Info-complete-cache) - (list Info-current-file Info-current-node - Info-complete-next-re string completions - Info-complete-nodes))) - (if action - (all-completions string completions predicate) - (try-completion string completions predicate))))))) + (list Info-current-file Info-current-node + Info-complete-next-re string completions + Info-complete-nodes))) + (if action + (all-completions string completions predicate) + (try-completion string completions predicate)))))))) (defun Info-menu (menu-item &optional fork)