Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7529 emacs/lisp/ChangeLog:1.7530
*** emacs/lisp/ChangeLog:1.7529 Tue May 17 17:23:36 2005
--- emacs/lisp/ChangeLog Tue May 17 20:45:26 2005
***************
*** 1,3 ****
--- 1,13 ----
+ 2005-05-17 Daniel Pfeiffer <[EMAIL PROTECTED]>
+
+ * progmodes/make-mode.el (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.
+
2005-05-17 Reiner Steib <[EMAIL PROTECTED]>
* dired.el (dired-mode): Simplify.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs