emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: octave-mod.el: wrong indentation for "IF", "FOR", e


From: Richard Stallman
Subject: Re: address@hidden: octave-mod.el: wrong indentation for "IF", "FOR", etc.]
Date: Fri, 12 Oct 2007 11:59:33 -0400

    > +(defun octave-re-search-backward-kw (regexp)
    > +  (let ((case-fold-search nil))
    > +    (re-search-backward regexp nil 'move inc)))

    It seems ugly to (ab)use the variable `inc' in this way.

That is true.  It is not clean to inherit a variable
from a calling function without defvar'ing it, and for that
it should have a longer name.






reply via email to

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