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: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r113874: lisp/frameset.el: Use gv-setter declaration.
Date: Wed, 14 Aug 2013 12:04:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> While "internal use" here is fine, any file that does (setf
>> (frameset-prop ...) ...) will end up with a call to that function in its
>> .elc, so you won't be able to change the function at will ;-(
> Well, it's simple enough that I don't expect to have to change it.

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.  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).


        Stefan



reply via email to

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