From 34e9ef39d161cc60d7cd823d9b2610dc0ad10ed9 Mon Sep 17 00:00:00 2001 From: dickmao Date: Wed, 19 Feb 2020 10:01:18 -0500 Subject: [PATCH] must autoload ob-ein-anonymous-p, not declare-function --- lisp/ein-notebook.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ein-notebook.el b/lisp/ein-notebook.el index 54e2550..a971c74 100644 --- a/lisp/ein-notebook.el +++ b/lisp/ein-notebook.el @@ -59,7 +59,7 @@ (require 'ein-notebooklist) (require 'poly-ein) -(declare-function ob-ein-anonymous-p "ob-ein") +(autoload 'ob-ein-anonymous-p "ob-ein") (make-obsolete-variable 'ein:use-smartrep nil "0.17.0")