Variable: comment-setup-function

comment-setup-function is a variable defined in newcomment.el.gz.

Value

ignore

Documentation

Function to set up variables needed by commenting functions.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/newcomment.el.gz
(defvar comment-setup-function #'ignore
  "Function to set up variables needed by commenting functions.")