view autogen.sh @ 108823:99cde7115a1a

Fix cursor motion in bidi-reordered continued lines. xdisp.c (try_cursor_movement): Backup to non-continuation line only after finding point's row. Fix the logic. Rewrite the loop over continuation lines in bidi-reordered buffers. Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row, rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 29 May 2010 15:51:01 +0300
parents 7b9e6639caa3
children
line wrap: on
line source

#!/bin/sh

echo "Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar."

# 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