]> code.delx.au - gnu-emacs/commitdiff
(regexp-builder): Use `defalias' instead of faking it.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 21 Jul 2005 09:10:49 +0000 (09:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 21 Jul 2005 09:10:49 +0000 (09:10 +0000)
lisp/emacs-lisp/re-builder.el

index 9aab41f41dda3c8a41ecb71c568502f7f8752c28..bdfe79b3b6a52b01e33afb2323b98fa703696a48 100644 (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 ()