view autogen.sh @ 50124:d4f965eb8fd5

(outline-mode-menu-bar-map): Add entries. (outline-mode-prefix-map): Match new bindings to those of allout. (outline-map-region): New fun. (outline-map-tree): Remove. (outline-promote, outline-demote): Apply to region if active. Change the default to apply to the subtree. (outline-move-subtree-up, outline-move-subtree-down): New funs. (outline-invisible-p): Add optional `pos' argument. (outline-next-visible-heading, outline-toggle-children): Use it. (outline-get-next-sibling): Don't call outline-level at eob.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 13 Mar 2003 18:15:07 +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