# HG changeset patch # User Oleksandr Gavenko # Date 1308386014 -10800 # Node ID f5a8fa2c453401241eb1b64b1ff6779977181ccb # Parent a44f5abb820f5b6a33dac4db6fb9943827ba9c1b Minor mode that highlights suspicious C and C++ constructions. diff -r a44f5abb820f -r f5a8fa2c4534 .emacs-my --- a/.emacs-my Sat Jun 18 11:28:54 2011 +0300 +++ b/.emacs-my Sat Jun 18 11:33:34 2011 +0300 @@ -1385,6 +1385,9 @@ ;;; ---------------------------------------------------------------- (message "C, c-mode, C++, c++-mode") +;; Minor mode that highlights suspicious C and C++ constructions. +(cwarn-mode 1) + (setq c-echo-syntactic-information-p t) (add-hook 'c-mode-common-hook (lambda ()