# HG changeset patch # User Oleksandr Gavenko # Date 1258982644 -7200 # Node ID 1e2213b996dbba1ed8511b25039f923894b635cb # Parent a447f47541f533a4f657618d5aae4a671a2f734c# Parent 22dc8759aafc10984b5a2cb35d42c5dbde3795db Automated merge with file:///d:\srv\hg-home\dot-emacs diff -r a447f47541f5 -r 1e2213b996db .emacs-my --- a/.emacs-my Tue Nov 17 18:20:05 2009 +0200 +++ b/.emacs-my Mon Nov 23 15:24:04 2009 +0200 @@ -605,11 +605,9 @@ (when (provide 'bat-mode) (progn - (add-to-list 'auto-mode-alist '("\\.[bB][aA][tT]$" . bat-mode)) - ;; For DOS init files - (when (equal window-system 'w32) - (add-to-list 'auto-mode-alist '("CONFIG\\." . bat-mode)) - (add-to-list 'auto-mode-alist '("AUTOEXEC\\." . bat-mode))))) + (add-to-list 'auto-mode-alist '("\\.[bB][aA][tT]\\'" . bat-mode)) + (add-to-list 'auto-mode-alist '("\\.[cC][mM][dD]\\'" . bat-mode)) + )) ;; ====================================================================== ;;