emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/progmodes make-mode.el


From: Daniel Pfeiffer
Subject: [Emacs-commit] emacs/lisp/progmodes make-mode.el
Date: Tue, 17 May 2005 16:44:19 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Daniel Pfeiffer <address@hidden>        05/05/17 20:44:19

Modified files:
        lisp/progmodes : make-mode.el 

Log message:
        (makefile-dependency-skip): New variable.
        (makefile-previous-dependency): Inline the new matcher, because it is 
too complex to work in both directions.
        (makefile-match-dependency): Eliminate `backward' arg (see above). 
Completely reimplemented so as to not sometimes go into an endless loop.  It 
should also be more efficient, because first it only searches for `:', instead 
of applying the very complex regexp.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/make-mode.el.diff?tr1=1.91&tr2=1.92&r1=text&r2=text





reply via email to

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