view autogen.sh @ 63447:7976e5fa0225

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-409 Remove "-face" suffix from antlr-mode faces 2005-06-14 Miles Bader <miles@gnu.org> * lisp/progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax) (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref) (antlr-literal): Remove "-face" suffix and "font-lock-" from face names. (antlr-font-lock-default-face, antlr-font-lock-keyword-face) (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face) (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face) (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New backward-compatibility aliases for renamed faces. (antlr-default-face, antlr-keyword-face, antlr-syntax-face) (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face) (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove "font-lock-". Use renamed antlr-mode faces. (antlr-font-lock-additional-keywords): Use renamed faces. Replace literal face-names with face variable references.
author Miles Bader <miles@gnu.org>
date Tue, 14 Jun 2005 22:49:30 +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