emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC] refactoring DEFUN


From: Stefan Monnier
Subject: Re: [RFC] refactoring DEFUN
Date: Mon, 25 Mar 2013 10:34:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> DEFUN ("foo", Ffoo, Sfoo, ...)
> and use:
> DEFUN ("foo", foo, ...)

Please don't bother.  It might look a tiny little bit nicer, but the
rest of the code still has to use Ffoo and Sfoo, so it just makes the
code that much more impenetrable, since grepping for Ffoo won't show you
the place where it's defined.

IOW I don't think it's an overall win.


        Stefan



reply via email to

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