Variable: global-cwarn-mode

global-cwarn-mode is a customizable variable defined in cwarn.el.gz.

Value

nil

Documentation

Non-nil if Global Cwarn mode is enabled.

See the global-cwarn-mode(var)/global-cwarn-mode(fun) command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node (emacs)Easy Customization) or call the function global-cwarn-mode(var)/global-cwarn-mode(fun).

View in manual

Probably introduced at or before Emacs version 21.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cwarn.el.gz
;;;###autoload
(define-globalized-minor-mode global-cwarn-mode
  cwarn-mode turn-on-cwarn-mode-if-enabled)