Function: octave-smie--funcall-p

octave-smie--funcall-p is a byte-compiled function defined in octave.el.gz.

Signature

(octave-smie--funcall-p)

Documentation

Return non-nil if we're in an expression context. Move point.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
;; Tokenizing needs to be refined so that ";;" is treated as two
;; tokens and also so as to recognize the \n separator (and
;; corresponding continuation lines).

(defun octave-smie--funcall-p ()
  "Return non-nil if we're in an expression context.  Move point."
  (looking-at "[ \t]*("))