Wilfred / elisp-def

Find Emacs Lisp definitions
63 stars 6 forks source link

Lisp error: (void-function ert--proper-list-p) #6

Closed wyuenho closed 6 years ago

wyuenho commented 6 years ago

This is tested on master

Debugger entered--Lisp error: (void-function ert--proper-list-p)
  ert--proper-list-p((progn (defvar use-package--warning101 #'(lambda (keyword err) (let ((msg ...)) (display-warning 'use-package msg :error)))) (condition-case err (progn (if (fboundp 'js2-mode) nil (autoload #'js2-mode "js2-mode" nil t)) (eval-after-load 'js2-mode #'(lambda nil (condition-case err ... ...))) (add-to-list 'interpreter-mode-alist '("node" . js2-mode))) ((debug error) (funcall use-package--warning101 :catch err)))))
  elisp-def--use-position((progn (defvar use-package--warning101 #'(lambda (keyword err) (let ((msg ...)) (display-warning 'use-package msg :error)))) (condition-case err (progn (if (fboundp 'js2-mode) nil (autoload #'js2-mode "js2-mode" nil t)) (eval-after-load 'js2-mode #'(lambda nil (condition-case err ... ...))) (add-to-list 'interpreter-mode-alist '("node" . js2-mode))) ((debug error) (funcall use-package--warning101 :catch err)))) elisp-def--fresh-placeholder-8)
  elisp-def--namespace-at-point()
  elisp-def()
  funcall-interactively(elisp-def)
  #<subr call-interactively>(elisp-def nil nil)
  apply(#<subr call-interactively> elisp-def (nil nil))
  call-interactively@ido-cr+-record-current-command(#<subr call-interactively> elisp-def nil nil)
  apply(call-interactively@ido-cr+-record-current-command #<subr call-interactively> (elisp-def nil nil))
  call-interactively(elisp-def nil nil)
  command-execute(elisp-def)