# HG changeset patch # User Oleksandr Gavenko # Date 1320485037 -7200 # Node ID 1e356bb927370f0fe73958267b752bc36e84df8c # Parent 9f9d6f836095137a9e2c6b46798263dbfb256144# Parent a4787876e9866272f5a8253dea46cf02157fa346 merged diff -r 9f9d6f836095 -r 1e356bb92737 .emacs-my --- a/.emacs-my Sat Nov 05 11:23:47 2011 +0200 +++ b/.emacs-my Sat Nov 05 11:23:57 2011 +0200 @@ -1606,7 +1606,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "makefile, make") -(add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode)) +(add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode) t) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "asm, assembler")