mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Rename: s/notebook-mumamo-python/mumamo-chunk-python/g
This commit is contained in:
parent
4b15523e49
commit
928e5eb8a4
1 changed files with 3 additions and 3 deletions
|
@ -33,12 +33,12 @@
|
|||
(define-mumamo-multi-major-mode ein:notebook-mumamo-mode
|
||||
"IPython notebook mode."
|
||||
("IPython notebook familiy" fundamental-mode
|
||||
(ein:notebook-mumamo-python
|
||||
(ein:mumamo-chunk-python
|
||||
)))
|
||||
|
||||
(setq ein:notebook-mumamo-mode-map ein:notebook-mode-map)
|
||||
|
||||
(defun ein:notebook-mumamo-python (pos max)
|
||||
(defun ein:mumamo-chunk-python (pos max)
|
||||
(mumamo-possible-chunk-forward
|
||||
pos max
|
||||
(lambda (pos max) "CHUNK-START-FUN"
|
||||
|
@ -50,7 +50,7 @@
|
|||
(ein:mumamo-find-edge pos max t #'ein:codecell-p))))
|
||||
|
||||
(defun ein:mumamo-find-edge (pos max end cell-p)
|
||||
"Helper function for `ein:notebook-mumamo-python'.
|
||||
"Helper function for `ein:mumamo-chunk-python'.
|
||||
|
||||
Return the point of beginning of the input element of cell after
|
||||
the point POS. Return `nil' if it cannot be found before the point
|
||||
|
|
Loading…
Add table
Reference in a new issue