annotate msdos/sed4.inp @ 12083:2bfc61a5fbe7
don't make the patch buffer RO.
(ediff-load-version-control): now checks if
ediff-revision-key is non-nil.
(ediff-revision-key): Now defaults to nil.
(ediff-revision): now takes prefix argument; can compare
two versions of the same file.
the merge buffer now assumes the major mode of the
default variant.
(ediff-documentation: new function.
(ediff-patch-buffer): now handles buffers that don't
visit any file.
(ediff-windows): renamed to ediff-windows-wordwise, added
(ediff-windows-linewise): new function.
Changed ediff-small/large-regions to ediff-regions-wordwise/linewise
Converted xemacs *screen* nomenclature to *frame*.
Incorporated overlay strings. Ediff no longer runs under emacs
19.28 and earlier and XEmacs 19.11 and earlier.
Changed window-system to ediff-window-display.
author |
Karl Heuer <kwzh@gnu.org> |
date |
Mon, 05 Jun 1995 23:41:43 +0000 |
parents |
39900cf5226a |
children |
a4fb0c9be609 |
rev |
line source |
7818
|
1 # -sed4.inp-------------------------------------------------------------
|
|
2 # Configuration script for src/paths.h
|
|
3 # ----------------------------------------------------------------------
|
|
4 /^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
|
|
5 /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
|
|
6 /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
|
|
7 /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/
|