Function: c-ts-indent-style-safep

c-ts-indent-style-safep is a byte-compiled function defined in c-ts-mode.el.gz.

Signature

(c-ts-indent-style-safep STYLE)

Documentation

Non-nil if STYLE's value is safe for file-local variables.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/c-ts-mode.el.gz
(defun c-ts-indent-style-safep (style)
  "Non-nil if STYLE's value is safe for file-local variables."
  (and (symbolp style) (not (functionp style))))