Function: semantic-point-at-beginning-of-command

semantic-point-at-beginning-of-command is a byte-compiled function defined in ctxt.el.gz.

Signature

(semantic-point-at-beginning-of-command)

Documentation

Return the point at the beginning of the current command.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(defsubst semantic-point-at-beginning-of-command ()
  "Return the point at the beginning of the current command."
  (save-excursion (semantic-beginning-of-command) (point)))