doomemacs/core/autoload
Edwin Török 8f5d822363 make compile-core: fix warnings
It is easier to spot real problems if the code is warning-free.

Replacing `gensym` with `make-symbol` is an idea taken from here:
b44c08dd45

In defer-until!:
core-lib.el:150:19:Warning: function ‘gensym’ from cl package called at
    runtime

In add-transient-hook!:
core-lib.el:216:16:Warning: function ‘gensym’ from cl package called at
    runtime

In toplevel form:
autoload/message.el:35:1:Warning: Unused lexical variable ‘spec’

In toplevel form:
autoload/line-numbers.el:31:1:Warning: defcustom for
    ‘display-line-numbers-type’ fails to specify containing group
autoload/line-numbers.el:31:1:Warning: defcustom for
    ‘display-line-numbers-type’ fails to specify containing group
autoload/line-numbers.el:39:1:Warning: defcustom for
    ‘display-line-numbers-grow-only’ fails to specify containing group
autoload/line-numbers.el:39:1:Warning: defcustom for
    ‘display-line-numbers-grow-only’ fails to specify containing group
autoload/line-numbers.el:44:1:Warning: defcustom for
    ‘display-line-numbers-width-start’ fails to specify containing group
autoload/line-numbers.el:44:1:Warning: defcustom for
    ‘display-line-numbers-width-start’ fails to specify containing group

In toplevel form:
cli/autoloads.el:137:1:Warning: Unused lexical variable ‘type’

Preserve name of unused lexical var _type

Makes it obvious what is stored there.
2018-09-12 23:03:23 +01:00
..
buffers.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
cache.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
debug.el Refactor core-cli 2018-09-09 09:58:20 -04:00
editor.el Reorganize doom core-lib & reformat autoload/ui.el 2018-09-09 09:58:19 -04:00
files.el Reorganize doom core-lib & reformat autoload/ui.el 2018-09-09 09:58:19 -04:00
help.el Better enh-ruby-mode suport in doom/describe-module & editorconfig 2018-09-09 09:58:21 -04:00
hydras.el Autoload defhydras & use new naming convention 2018-06-26 01:43:54 +02:00
line-numbers.el make compile-core: fix warnings 2018-09-12 23:03:23 +01:00
message.el make compile-core: fix warnings 2018-09-12 23:03:23 +01:00
packages.el Change doom-ansi-apply, print! & format! 2018-09-09 09:58:20 -04:00
projects.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
scratch.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
ui.el Add doom/reload-font command 2018-09-09 18:17:12 -04:00