.emacs-my
changeset 894 d993e3e910ef
parent 893 0e1febcbddb6
child 895 8bf321b7f86e
--- 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.