emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v
Date: Tue, 22 Apr 2008 15:48:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/22 15:48:29

Index: info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.528
retrieving revision 1.529
diff -u -b -r1.528 -r1.529
--- info.el     22 Apr 2008 15:36:53 -0000      1.528
+++ info.el     22 Apr 2008 15:48:29 -0000      1.529
@@ -2312,7 +2312,7 @@
                       Info-complete-nodes)))
          (if action
              (all-completions string completions predicate)
-           (try-completion string completions predicate)))))))
+             (try-completion string completions predicate))))))))
 
 
 (defun Info-menu (menu-item &optional fork)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]