emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 012487b: * lisp/display-line-numbers.el (displa


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 012487b: * lisp/display-line-numbers.el (display-line-numbers-type): Autoload it.
Date: Mon, 24 Jul 2017 23:22:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> We are miscommunicating.  By "the problem" I meant the reason(s) why
> autoloading a defcustom should be considered undesirable, and by
> "proposed solutions" the alternatives for making sure a defcustom'd
> variable is defined when it is needed.

There is no need for the variable to be defined in order to `setq' it,
which is why a simple (defvar foo) is sufficient here.


        Stefan



reply via email to

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