-Updated B43 firmware
[hvlinux.git] / 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