view autogen.sh @ 69139:85cd04b9bd25

(Hungry WS Deletion): Rename c-hungry-backspace to c-hungry-delete-backwards, at the request of RMS. Leave the old name as an alias. (Movement Commands): Correct the definition of c-beginning-of-defun, to include the function header within the defun. (Comment Commands): State that C-u M-; kills any existing comment. (Electric Keys): Add a justification for electric indentation. (Hungry WS Deletion): Clear up the names and complications of the BACKSPACE and DELETE keys. Correct two typos.
author Alan Mackenzie <acm@muc.de>
date Fri, 24 Feb 2006 12:20:45 +0000
parents 156cffa89b1b
children 4c90ffeb71c5 7b9e6639caa3
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

# arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0