mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
must autoload ob-ein-anonymous-p, not declare-function
This commit is contained in:
parent
c9198a8ef4
commit
34e9ef39d1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue