annotate msdos/sed1x.inp @ 44648:6c3a3cb75b95
* dired-aux.el (dired-star-subst-regexp,
dired-quark-subst-regexp): New constants.
(dired-do-shell-command, dired-shell-stuff-it): Use them.
(dired-do-shell-command): Raise an error if both `*' and `?'
substitution marks are used in the same command.
(dired-shell-stuff-it): Substitute all instances of `*' and `?'
in a command given via dired-do-shell-command.
author |
Francesco Potortì <pot@gnu.org> |
date |
Wed, 17 Apr 2002 09:54:47 +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!
|