mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 17:41:40 -05:00
Remove unused ein:worksheet-detach-from-buffer
This commit is contained in:
parent
d0a16798f4
commit
80f210d346
1 changed files with 0 additions and 5 deletions
|
@ -161,11 +161,6 @@ this value."
|
||||||
((buffer-live-p buffer)))
|
((buffer-live-p buffer)))
|
||||||
buffer))
|
buffer))
|
||||||
|
|
||||||
(defmethod ein:worksheet-detach-from-buffer ((ws ein:worksheet))
|
|
||||||
"Deactivate worksheet WS without killing buffer."
|
|
||||||
(mapc #'ein:cell-deactivate (ein:worksheet-get-cells ws))
|
|
||||||
(slot-makeunbound ws :ewoc))
|
|
||||||
|
|
||||||
(defmethod ein:worksheet--buffer-name ((ws ein:worksheet))
|
(defmethod ein:worksheet--buffer-name ((ws ein:worksheet))
|
||||||
(format ein:worksheet-buffer-name-template
|
(format ein:worksheet-buffer-name-template
|
||||||
(ein:worksheet-url-or-port ws)
|
(ein:worksheet-url-or-port ws)
|
||||||
|
|
Loading…
Add table
Reference in a new issue