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: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v
Date: Fri, 30 Jun 2006 00:31:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  06/06/30 00:31:21

Index: info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.486
retrieving revision 1.487
diff -u -b -r1.486 -r1.487
--- info.el     26 May 2006 20:09:58 -0000      1.486
+++ info.el     30 Jun 2006 00:31:21 -0000      1.487
@@ -844,7 +844,7 @@
                (goto-char (point-min))
                (condition-case ()
                    (if (and (re-search-forward
-                             "makeinfo version \\([0-9]+.[0-9]+\\)"
+                             "makeinfo[ \n]version[ \n]\\([0-9]+.[0-9]+\\)"
                              (line-beginning-position 3) t)
                             (not (version< (match-string 1) "4.7")))
                        (setq found t))




reply via email to

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