From 1f939e62f6f5ccbd393bcf2f61daaf164c284580 Mon Sep 17 00:00:00 2001 From: "gobo72@gmail.com" Date: Tue, 2 Oct 2012 13:38:50 +0000 Subject: [PATCH] Correction emacsrc pour les fichiers .mak --- stage5/misc/emacs/emacsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage5/misc/emacs/emacsrc b/stage5/misc/emacs/emacsrc index 0142ea8..edc927a 100644 --- a/stage5/misc/emacs/emacsrc +++ b/stage5/misc/emacs/emacsrc @@ -157,7 +157,7 @@ (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 -- 2.20.1