Automated merge with file:///d:\srv\hg-home\dot-emacs
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 23 Nov 2009 15:24:04 +0200
changeset 200 1e2213b996db
parent 198 a447f47541f5 (diff)
parent 199 22dc8759aafc (current diff)
child 201 8531f8af6528
child 202 a89804893475
Automated merge with file:///d:\srv\hg-home\dot-emacs
.emacs-my
--- a/.emacs-my	Mon Nov 23 15:24:02 2009 +0200
+++ b/.emacs-my	Mon Nov 23 15:24:04 2009 +0200
@@ -852,6 +852,11 @@
 ;; (add-to-list 'compilation-mode-font-lock-keywords '("[ 	]\\(/F[oe][^ 	]+\\)" . 1))
 
 ;; ----------------------------------------------------------------------
+;; makefile, make
+
+(add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode))
+
+;; ----------------------------------------------------------------------
 ;; asm
 ;; (setq-default asm-comment-char 59)
 (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t)