Mercurial > emacs
view msdos/sedleim.inp @ 29160:998506bd35f3
1999-01-23 Eric M. Ludlam <zappo@ultranet.com>
* rmailout.el (rmail-output-to-rmail-file): Added optional param STAY
* rmail.el (rmail-automatic-folder-directives): New user variable.
(rmail-show-message): Add call to `rmail-auto-file' during display.
(rmail-auto-file): New function
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 24 May 2000 16:25:27 +0000 |
parents | 00af2bda43f0 |
children | 62100be6ca6d |
line wrap: on
line source
# -sedleim.inp----------------------------------------------------------- # Configuration script for leim/Makefile under DJGPP v2.x # ---------------------------------------------------------------------- /^SHELL *=/c\ SHELL=/xyzzy/command\ MAKESHELL=/xyzzy/command /^version=/d /^prefix=/d /^datadir=/s|@datadir@|../..| /^srcdir=/s|@srcdir@|.| /^INSTALLDIR=/c\ INSTALLDIR=. /^ cd ../c\ ${MAKE} -C ../src ${MFLAGS} emacs /else make quail/c\ if not exist quail\\nul make quail /^leim-list.el:/,/^$/ { /^ if/d /^ else/,/^ fi/d s| *| | /^ --eval/,/; \\$/s|\; \\|| } /^install:/,/^$/c\ install: all\ /^ ELC=/,/^ rm -f/c\ rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc /^ if test -f/d