doomemacs/core
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
..
autoload make compile-core: fix warnings 2018-09-12 23:03:23 +01:00
cli make compile-core: fix warnings 2018-09-12 23:03:23 +01:00
templates Add option to load doom in vanilla sandbox 2018-08-12 02:45:01 +02:00
test Fix autoload-package::get-packages tests 2018-09-09 10:09:45 -04:00
core-cli.el Revise docstrings for run/doc dispatchers 2018-09-09 23:16:55 -04:00
core-editor.el Refactor doom core files 2018-09-09 09:58:20 -04:00
core-keybinds.el Refactor doom core files 2018-09-09 09:58:20 -04:00
core-lib.el make compile-core: fix warnings 2018-09-12 23:03:23 +01:00
core-modules.el Refactor doom core files 2018-09-09 09:58:20 -04:00
core-os.el General formatting & minor refactors 2018-09-02 17:20:19 +02:00
core-packages.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
core-projects.el Refactor doom core files 2018-09-09 09:58:20 -04:00
core-ui.el Refactor doom core files 2018-09-09 09:58:20 -04:00
core.el Revert max-{specpdl-size,lisp-eval-depth} changes 2018-09-10 09:04:27 -04:00
packages.el Replace delete-trailing-whitespace with ws-butler 2018-08-31 13:59:12 +02:00