emacs-devel
[Top][All Lists]
Advanced

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

Re: Recent change to file-chase-links has a bug


From: Richard Stallman
Subject: Re: Recent change to file-chase-links has a bug
Date: Thu, 10 Apr 2003 02:22:01 -0400

    At least, (max limit 100) must be:
            (max (if (numberp limit) limit 0) 100)
    Otherwise, for instance, C-x 4 a signals an error.

Thanks.  I fixed this.

    And, if the docstring is correct, actually the code must be
    something like this:

That change would make limits greater than 100 not work.





reply via email to

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