emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 1fcc552: lisp/gnus/registry.el (registry-prune)


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 1fcc552: lisp/gnus/registry.el (registry-prune): Allow registry to reach full size before pruning
Date: Fri, 20 Mar 2015 10:35:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +    (if (> size (oref db :max-size))

Why do people use the :initarg rather than the slot name?

   (oref db max-size)

works as well (actually better: it's implemented more efficiently).


        Stefan



reply via email to

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