Mercurial > emacs
view autogen.sh @ 50571:9d10c32adde2
(f90-join-lines): Make it behave more like the standard function
`join-line' - join with previous line, unless an argument supplied.
Join comments correctly. No longer has a meaningful return
value, no longer fills (seems contradictory to join AND fill).
(f90-fill-region, f90-menu): Adapt for new f90-join-lines.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 12 Apr 2003 20:43:41 +0000 |
parents | 15eaa1a21c1c |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line source
#!/bin/sh echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS." # Exit with failure, since people may have generic build scripts that # try things like "autogen.sh && ./configure && make". exit 1