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

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

Re: Is this comment in my .emacs correct?


From: maddog
Subject: Re: Is this comment in my .emacs correct?
Date: Fri, 20 Aug 2004 17:58:04 +0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

"William Payne" <mikas493_no_spam@student.liu.se> writes:

> From my .emacs-file:
>
> (setq auto-mode-alist
>       (append
>        (list
> ; Must use Makefile$ and not just Makefile or you will get makefile mode for 
> any
> ; type of file in a directory with the string makefile in it
>         '("\\Makefile$" . makefile-mode)         )
>        auto-mode-alist
>        )
>       )
>
> Is the comment correct?
>
> / WP 

Why not give a test by your hand?


reply via email to

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