diff -r 0e1febcbddb6 -r d993e3e910ef .emacs-my --- a/.emacs-my Tue Jul 10 18:34:22 2012 +0300 +++ b/.emacs-my Thu Jul 26 15:18:14 2012 +0300 @@ -1748,7 +1748,7 @@ ;; Prompt for compilation command. (setq compilation-read-command 1) (setq compile-auto-highlight t) -(setq compile-command "make ") +(setq compile-command "mymake ") (when (eq system-type 'berkeley-unix) (setq compile-command "gmake ")) ;; With '1' compilation window shall scroll down, with `first-error' stops scrolling at the first error.