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 11:44:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +(defun frameset--prop-setter (frameset property value)
> +  "Setter function for `frameset-prop'.  Internal use only."

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 ;-(

That's not specific to your code, obviously, but I figured it was
worth mentioning.


        Stefan



reply via email to

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