Mercurial > emacs
annotate msdos/sedlisp.inp @ 31538:46aca282e6b0
(diff-apply-hunk): Function basically rewritten. Now understands
non-unified diffs. Some functionality moved into `diff-hunk-text' and
`diff-find-text'. Add OTHER-FILE, DRY-RUN, POPUP, and NOERROR
arguments. If DRY-RUN is true, don't actually modify anything. Only
reposition point in the patched file if the patch succeeds. Only pop
up another window if POPUP is true. Emit a message describing what
happened if successful, and at what line-offset. Automatically detect
reversed hunks and do something appropriate.
(diff-hunk-text, diff-find-text): New functions.
(diff-filter-lines): Function removed.
(diff-test-hunk): New function.
(diff-goto-source): Rewritten in terms of diff-apply-hunk.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 11 Sep 2000 13:49:38 +0000 |
parents | 2557d0472f9b |
children | a4fb0c9be609 |
rev | line source |
---|---|
29678 | 1 # -sedlisp.inp----------------------------------------------------------- |
2 # Configuration script for lisp/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
4 | |
5 /^lisp=/s|@srcdir@|.| | |
6 /^VPATH=/s|@srcdir@|.| | |
29714
2557d0472f9b
(srcdir): Edit this variable.
Eli Zaretskii <eliz@gnu.org>
parents:
29678
diff
changeset
|
7 /^srcdir=/s|@srcdir@|.| |