emacs-pretest-bug
[Top][All Lists]
Advanced

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

Info-validate bug.


From: Lute Kamstra
Subject: Info-validate bug.
Date: Fri, 26 Sep 2003 12:29:24 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

When I do M-x Info-validate in an info buffer, I get:

  Info-validate: Symbol's function definition is void: Info-following-node-name

Can somebody confirm that this is the right fix?

  Lute.

Index: lisp/informat.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/informat.el,v
retrieving revision 1.21
diff -c -r1.21 informat.el
*** lisp/informat.el    1 Sep 2003 15:45:13 -0000       1.21
--- lisp/informat.el    26 Sep 2003 10:18:27 -0000
***************
*** 266,272 ****
                                             (progn
                                               (goto-char (match-end 0))
                                               (downcase
!                                               (Info-following-node-name)))))
                                      beg)
                                Info-validate-allnodes)))))))
        (goto-char (point-min))
--- 266,272 ----
                                             (progn
                                               (goto-char (match-end 0))
                                               (downcase
!                                               
(Info-following-node-name-re)))))
                                      beg)
                                Info-validate-allnodes)))))))
        (goto-char (point-min))




reply via email to

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