summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-10-09 16:06:44 -0600
committerEric Blake <ebb9@byu.net>2007-10-09 16:06:44 -0600
commitc09a86f9b92e9962f165bc360ed180d5b210d8d7 (patch)
tree2e45fed43b101f49cdea55b469b6f8cf3fd8b7fe /bin
parent037693bc204ade7f875784044224c3e941b572dc (diff)
downloadautoconf-c09a86f9b92e9962f165bc360ed180d5b210d8d7.tar.gz
Fix font-lock for bin/autoconf.
* bin/autoconf.as (exit_missing_arg): Font-lock tweak. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'bin')
-rw-r--r--bin/autoconf.as2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/autoconf.as b/bin/autoconf.as
index 17c6150d..a979619f 100644
--- a/bin/autoconf.as
+++ b/bin/autoconf.as
@@ -73,7 +73,7 @@ exit_missing_arg='
AS_ECHO(["$as_me: option \`$[1]'\'' requires an argument"]) >&2
AS_ECHO(["$help"]) >&2
exit 1
-'
+' # restore font-lock: "
# Variables.
: ${AUTOM4TE='@bindir@/@autom4te-name@'}