# HG changeset patch # User Oleksandr Gavenko # Date 1415921569 -7200 # Node ID e13ab3bb9331904cd7958cd0404539f8b5a2d10c # Parent 0e8b45e9b09f9521fe830842c21b71cca13a9344 Minor mode that highlights suspicious C and C++ constructions. diff -r 0e8b45e9b09f -r e13ab3bb9331 .emacs-my --- a/.emacs-my Thu Oct 30 02:38:44 2014 +0200 +++ b/.emacs-my Fri Nov 14 01:32:49 2014 +0200 @@ -2462,10 +2462,10 @@ )) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(message "C, c-mode, C++, c++-mode") +(message "c-mode, cc-mode, c++-mode") ;; Minor mode that highlights suspicious C and C++ constructions. -(cwarn-mode 1) +(global-cwarn-mode 1) (setq c-echo-syntactic-information-p t)