mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
(regexp-builder): New function.
This commit is contained in:
parent
9c7cc04bff
commit
e342a48a65
@ -327,10 +327,16 @@ Except for Lisp syntax this is the same as `reb-regexp'.")
|
||||
"Return binding for SYMBOL in the RE Builder target buffer."
|
||||
`(with-current-buffer reb-target-buffer ,symbol))
|
||||
|
||||
;;; This is to help people find this in Apropos.
|
||||
;;;###autoload
|
||||
(defun regexp-builder ()
|
||||
"Alias for `re-builder': Construct a regexp interactively."
|
||||
(interactive)
|
||||
(re-builder))
|
||||
|
||||
;;;###autoload
|
||||
(defun re-builder ()
|
||||
"Call up the RE Builder for the current window."
|
||||
"Construct a regexp interactively."
|
||||
(interactive)
|
||||
|
||||
(if (and (string= (buffer-name) reb-buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user