Remove extra quote in jupyter-repl-interaction-modes :lighter

* jupyter-repl.el (jupyter-repl-interaction-mode): Do it.
This commit is contained in:
Nathaniel Nicandro 2020-03-12 21:52:00 -05:00
parent bb50dfb830
commit 5883bad935

View file

@ -1957,7 +1957,7 @@ the `current-buffer' will automatically have
\\{jupyter-repl-interaction-mode-map}"
:group 'jupyter-repl
:lighter '(:eval (jupyter-repl-interaction-mode-line))
:lighter (:eval (jupyter-repl-interaction-mode-line))
:init-value nil
(cond
(jupyter-repl-interaction-mode