|
| 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" <address@hidden> 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?
| [Prev in Thread] | Current Thread | [Next in Thread] |