# HG changeset patch # User Juanma Barranquero # Date 1208879309 0 # Node ID e884e788c40afc2e8060fd3bacde4f02fbdcb380 # Parent 6ff724be739175c53c6b21a58d80811812380511 (Info-complete-menu-item): Add missing parenthesis. diff -r 6ff724be7391 -r e884e788c40a lisp/info.el --- 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)