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

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

Re: Info-validate bug.


From: Richard Stallman
Subject: Re: Info-validate bug.
Date: Fri, 03 Oct 2003 15:42:49 -0400

    To retain compatibility with all Emacs packages that you may be unaware of,
    and that use the function `Info-following-node-name', you can restore this
    function in the info.el with a new implementation:

    (defun Info-following-node-name ()
      (and (looking-at (Info-following-node-name-re))
           (match-string 1)))

That seems like a good idea, given that the function was being used
outside Info.




reply via email to

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