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

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

Is this comment in my .emacs correct?


From: William Payne
Subject: Is this comment in my .emacs correct?
Date: Fri, 20 Aug 2004 02:09:38 +0200

>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 




reply via email to

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