Function: smart-cc-mode-initialize

smart-cc-mode-initialize is an autoloaded and byte-compiled function defined in hmouse-tag.el.

Signature

(smart-cc-mode-initialize)

Documentation

Load and initialize cc-mode if possible and always return nil.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
;;;###autoload
(defun smart-cc-mode-initialize ()
  "Load and initialize cc-mode if possible and always return nil."
  (ignore-errors (require 'cc-mode) (c-initialize-cc-mode))
  nil)