Variable: c--unsafe-post-self-insert-hook-functions

c--unsafe-post-self-insert-hook-functions is a variable defined in cc-cmds.el.gz.

Value

(electric-pair-post-self-insert-function)

Documentation

Known unsafe functions when members of post-self-insert-hook in CC Mode.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-cmds.el.gz
(defvar c--unsafe-post-self-insert-hook-functions
  '(electric-pair-post-self-insert-function)
    "Known unsafe functions when members of `post-self-insert-hook' in CC Mode.")