emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: re-builder visibility


From: Richard Stallman
Subject: Re: re-builder visibility
Date: Sat, 26 Feb 2005 19:32:51 -0500

    > + (defun regexp-builder ()
    > +   "Alias for `re-builder': Construct a regexp interactively."
    > +   (interactive)
    > +   (re-builder))

    Why not just

      (defalias 'regexp-builder 're-builder)

That would also work.  I wrote a separate defun
because it seems useful for the doc string first line
that would appear in Apropos output
to say what the usual name is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]