Correction emacsrc pour les fichiers .mak
authorgobo72@gmail.com <gobo72@gmail.com@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 2 Oct 2012 13:38:50 +0000 (13:38 +0000)
committergobo72@gmail.com <gobo72@gmail.com@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 2 Oct 2012 13:38:50 +0000 (13:38 +0000)
stage5/misc/emacs/emacsrc

index 0142ea8..edc927a 100644 (file)
 (add-to-list 'auto-mode-alist '("\\.pas$" . delphi-mode))
 
 ;; Add the .mak suffix to the auto-mode-alist:
-(setq auto-mode-alist (cons '("\\.mak\\'" . makefile-mode) auto-mode-alist))
+(setq auto-mode-alist (cons '("\\.mak$" . makefile-mode) auto-mode-alist))
 
 ;; When an Emacs init file gets large or has a lot of function definitions, you
 ;; should consider compiling it: it will load faster when Emacs starts, and its