diff options
| -rw-r--r-- | lisp/emacs-lisp/re-builder.el | 5 |
1 files changed, 1 insertions, 4 deletions
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'.") | |||
| 332 | 332 | ||
| 333 | ;;; This is to help people find this in Apropos. | 333 | ;;; This is to help people find this in Apropos. |
| 334 | ;;;###autoload | 334 | ;;;###autoload |
| 335 | (defun regexp-builder () | 335 | (defalias 'regexp-builder 're-builder) |
| 336 | "Alias for `re-builder': Construct a regexp interactively." | ||
| 337 | (interactive) | ||
| 338 | (re-builder)) | ||
| 339 | 336 | ||
| 340 | ;;;###autoload | 337 | ;;;###autoload |
| 341 | (defun re-builder () | 338 | (defun re-builder () |