1
Fork 0
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:
Juanma Barranquero 2005-07-21 09:10:49 +00:00
parent 6ed554f2ac
commit bbb319fb99

View file

@ -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 ()