mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 16:20:17 -08:00
(regexp-builder): Use `defalias' instead of faking it.
This commit is contained in:
parent
6ed554f2ac
commit
bbb319fb99
1 changed files with 1 additions and 4 deletions
|
|
@ -332,10 +332,7 @@ Except for Lisp syntax this is the same as `reb-regexp'.")
|
|||
|
||||
;;; This is to help people find this in Apropos.
|
||||
;;;###autoload
|
||||
(defun regexp-builder ()
|
||||
"Alias for `re-builder': Construct a regexp interactively."
|
||||
(interactive)
|
||||
(re-builder))
|
||||
(defalias 'regexp-builder 're-builder)
|
||||
|
||||
;;;###autoload
|
||||
(defun re-builder ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue