[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 17:47:03 +0200 |
On Wed, Aug 14, 2013 at 5:44 PM, Stefan Monnier
<address@hidden> wrote:
> 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. The
"Internal only." bit is just a clue to the user that s/he is not
expected to call it directly.
> That's not specific to your code, obviously, but I figured it was
> worth mentioning.
Worth documenting, too.
Thanks,
J