From: Will Estes Date: Sun, 17 Jun 2001 17:00:18 +0000 (+0000) Subject: tell emacs scan.l is in C mode X-Git-Tag: flex-2-5-5c~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eda41cb5f72fb5fa62adde138b7c26e7a8c2bd6;p=flex tell emacs scan.l is in C mode --- diff --git a/scan.l b/scan.l index 99bb010..3a504c2 100644 --- a/scan.l +++ b/scan.l @@ -1,4 +1,4 @@ -/* scan.l - scanner for flex input */ +/* scan.l - scanner for flex input -*-C-*- */ %{ /* Copyright (c) 1990 The Regents of the University of California. */