Variable: reb-regexp-src

reb-regexp-src is a buffer-local variable defined in re-builder.el.gz.

Documentation

Last regexp used by RE Builder before processing it.

Except for Lisp syntax this is the same as reb-regexp.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/re-builder.el.gz
(defvar-local reb-regexp-src nil
  "Last regexp used by RE Builder before processing it.
Except for Lisp syntax this is the same as `reb-regexp'.")