Function: opascal-string-of

opascal-string-of is a byte-compiled function defined in opascal.el.gz.

Signature

(opascal-string-of START END)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defun opascal-string-of (start end)
  ;; Returns the buffer string from start to end.
  (buffer-substring-no-properties start end))