Function: he-init-string

he-init-string is a byte-compiled function defined in hippie-exp.el.gz.

Signature

(he-init-string BEG END)

Source Code

;; Defined in /usr/src/emacs/lisp/hippie-exp.el.gz
;; Initializes the region to expand (to between BEG and END).
(defun he-init-string (beg end)
  (set-marker he-string-beg beg)
  (set-marker he-string-end end)
  (setq he-search-string (buffer-substring-no-properties beg end)))