From: Juanma Barranquero Date: Thu, 21 Jul 2005 09:10:49 +0000 (+0000) Subject: (regexp-builder): Use `defalias' instead of faking it. X-Git-Tag: emacs-pretest-22.0.90~7943 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbb319fb9914b08d1e38c9e6d5b3353d2ce0e642;p=emacs.git (regexp-builder): Use `defalias' instead of faking it. --- diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index 9aab41f41dd..bdfe79b3b6a 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el @@ -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 ()