Function: smie-indent-calculate

smie-indent-calculate is a byte-compiled function defined in smie.el.gz.

Signature

(smie-indent-calculate)

Documentation

Compute the indentation to use for point.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/smie.el.gz
(defalias 'smie--funcall #'funcall) ;Debugging/tracing convenience indirection.

(defun smie-indent-calculate ()
  "Compute the indentation to use for point."
  (run-hook-wrapped 'smie-indent-functions #'smie--funcall))