Mercurial > emacs
view autogen.sh @ 51160:f7bc28024050
(forms--mode-commands1): Bind \t, not `tab'.
(forms--mode-commands): Don't bind \t in the maps where
we call forms--mode-commands1.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 May 2003 12:48:06 +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