Function: opascal-space-token-at

opascal-space-token-at is a byte-compiled function defined in opascal.el.gz.

Signature

(opascal-space-token-at P)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defun opascal-space-token-at (p)
  ;; If point p is surrounded by space characters, then return the token of the
  ;; contiguous spaces.
  (opascal-charset-token-at p opascal-space-chars 'space))