help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file association in emacs


From: Stefan Monnier
Subject: Re: file association in emacs
Date: Sat, 09 Jun 2007 20:48:25 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> (setq auto-mode-alist
>       (append '(("\\.m4$" . m4-mode)
>                 ("\\.m4cx$" . m4-mode)) auto-mode-alist))

The "end of string" mark should be "\\'" rather than "$" (which means "end
of line").


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]