# HG changeset patch # User Oleksandr Gavenko # Date 1472158953 -10800 # Node ID 35d5b59369896d8cc3e7f98a7a25ef0e77d29056 # Parent e601b08d4cbdcf6fcdee6eab02048227d6d4e28b compile-auto-highlight is no longer in Emacs sources. diff -r e601b08d4cbd -r 35d5b5936989 .emacs-my --- a/.emacs-my Fri Aug 26 00:02:04 2016 +0300 +++ b/.emacs-my Fri Aug 26 00:02:33 2016 +0300 @@ -2382,7 +2382,6 @@ ;; Prompt for compilation command. (setq compilation-read-command 1) -(setq compile-auto-highlight t) (setq compile-command "mymake ") (when (eq system-type 'berkeley-unix) (setq compile-command "gmake "))