Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e342a48a
Commit
e342a48a
authored
Feb 27, 2005
by
Richard M. Stallman
Browse files
(regexp-builder): New function.
parent
9c7cc04b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
lisp/emacs-lisp/re-builder.el
lisp/emacs-lisp/re-builder.el
+7
-1
No files found.
lisp/emacs-lisp/re-builder.el
View file @
e342a48a
...
...
@@ -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
()
"C
all up the RE Builder for the current window
."
"C
onstruct a regexp interactively
."
(
interactive
)
(
if
(
and
(
string=
(
buffer-name
)
reb-buffer
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment