Sam Steingold wrote:
> | *** m4/lib-link.m4.orig 2008-03-12 05:46:15.000000000 +0100
> | --- m4/lib-link.m4 2008-03-12 05:44:50.000000000 +0100
> | ***************
> | *** 1,4 ****
> | ! # lib-link.m4 serial 14 (gettext-0.18)
> please add "# -*- Autoconf -*-" here.
We have several hundred *.m4 files. I won't add particular markers for Emacs
to each of them. You should better find a way to customize your Emacs
accordingly. Something like this probably (untested):
(setq auto-mode-alist (cons '("\\.m4\\'" . autoconf-mode) auto-mode-alist))
Bruno