annotate msdos/sed1x.inp @ 42388:b46d482b6ed2
Use the plist of an abbrev for multiple params if nec.
(Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
(Fdefine_global_abbrev, Fdefine_mode_abbrev):
Update calls to Fdefine_abbrev.
(write_abbrev): Update for changed data format.
Don't list "system" abbrevs.
(Fexpand_abbrev): Update use count with new data format.
(describe_abbrev): Update for changed data format.
(Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Fri, 28 Dec 2001 22:14:23 +0000 |
parents |
b37425ecb3f0 |
children |
695cf19ef79e |
rev |
line source |
9571
|
1 # -sed1x.inp------------------------------------------------------------
|
|
2 # Extra configuration script for src/makefile for DesqView/X
|
|
3 # ----------------------------------------------------------------------
|
|
4 s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.!
|
|
5 s!^ @true *$! @rem!
|
|
6 s/DOC/DOC-X/g
|
|
7 #/^LIBXMENU *=/s!= *!= ../oldxmenu/!
|
|
8 /^temacs *:/s!OLDXMENU!LIBXMENU!
|