emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r113874: lisp/frameset.el: Use gv-setter declara


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] trunk r113874: lisp/frameset.el: Use gv-setter declaration.
Date: Wed, 14 Aug 2013 18:06:56 +0200

On Wed, Aug 14, 2013 at 6:04 PM, Stefan Monnier
<address@hidden> wrote:

> Actually, you can change its implementation just fine.  The problems
> come when you want to change the set of args it takes, or if you want to
> remove it.

Better still. Changing the parameter profile of a setter function
surely isn't very frequent, and as for removing it, that's what
obsoleting is for ;-)

> You may also need to autoload it (in your case it's not
> needed, but the situation would be different if the getter was
> autoloaded).

Understood.

   J



reply via email to

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