We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the return value of an el-patch-defvar form that I evaluated:
el-patch-defvar
((defun . radian--advice-inhibit-style-loading-message) (defun . radian--advice-inject-cljr-dependencies) (defun . radian--advice-cljr-message-eagerly) (defun . radian--advice-cljr-suppress-middleware-check) (defun . radian--reduce-cider-lag) (defun . radian--disable-aggressive-indent-on-save) (defun . radian--dump-nrepl-server-log) (defun . radian--advice-preserve-smex-sorting) (defun . ivy--dumb-flx-sort))
This is garbage. The return value should instead be the same as it would be if you had just evaluated a defvar form.
defvar
The text was updated successfully, but these errors were encountered:
Clean up return values
504fa43
See #15.
No branches or pull requests
This is the return value of an
el-patch-defvar
form that I evaluated:This is garbage. The return value should instead be the same as it would be if you had just evaluated a
defvar
form.The text was updated successfully, but these errors were encountered: