keep fortifying

This commit is contained in:
dickmao 2018-11-28 21:44:09 -05:00
parent 52ac49cc5e
commit 8c3d4fc502
2 changed files with 3 additions and 6 deletions

View file

@ -25,8 +25,6 @@
;;; Code: ;;; Code:
(eval-when-compile (defvar ein:smartrep-config-once-called))
(declare-function ein:smartrep-config "ein-smartrep") (declare-function ein:smartrep-config "ein-smartrep")
(defcustom ein:completion-backend 'ein:use-ac-backend (defcustom ein:completion-backend 'ein:use-ac-backend

View file

@ -70,10 +70,9 @@
(ein:log 'verbose "ERT OPEN-NOTEBOOKLIST start") (ein:log 'verbose "ERT OPEN-NOTEBOOKLIST start")
(ein:notebooklist-open* *ein:testing-port*) (ein:notebooklist-open* *ein:testing-port*)
(ein:testing-wait-until (ein:testing-wait-until
(lambda () (lambda () (ein:aand
(ein:notebooklist-get-buffer *ein:testing-port*))) (ein:notebooklist-get-buffer *ein:testing-port*)
(with-current-buffer (ein:notebooklist-get-buffer *ein:testing-port*) (with-current-buffer it (eq major-mode 'ein:notebooklist-mode))))))
(should (eql major-mode 'ein:notebooklist-mode))))
(ert-deftest 00-query-kernelspecs () (ert-deftest 00-query-kernelspecs ()