Created
November 1, 2015 13:44
-
-
Save aspiers/855c1c815a41519f0241 to your computer and use it in GitHub Desktop.
bizarre stack trace from autoload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (void-function nil) | |
indirect-function(nil) | |
help-function-arglist(nil preserve-names) | |
ad-arglist(nil) | |
ad-make-advised-definition(er/expand-region) | |
ad-activate-advised-definition(er/expand-region nil) | |
ad-activate-internal(er/expand-region) | |
ad--defalias-fset(nil er/expand-region (autoload "expand-region" nil nil nil)) | |
apply(ad--defalias-fset nil (er/expand-region (autoload "expand-region" nil nil nil))) | |
#[128 "\300\301\302#\207" [apply ad--defalias-fset nil nil] 5 nil](er/expand-region (autoload "expand-region" nil nil nil)) | |
autoload(er/expand-region "expand-region") | |
eval((autoload (quote er/expand-region) "expand-region") nil) | |
eval-expression((autoload (quote er/expand-region) "expand-region") nil) | |
call-interactively(eval-expression nil nil) | |
command-execute(eval-expression) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment