mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
org-src: Silence byte-compiler
* lisp/org-src.el (org-edit-inline-src-code): Remove unused binding.
This commit is contained in:
parent
b5b08a7f52
commit
fe04055b3d
@ -887,10 +887,6 @@ name of the sub-editing buffer."
|
||||
(let* ((lang (org-element-property :language context))
|
||||
(lang-f (org-src--get-lang-mode lang))
|
||||
(babel-info (org-babel-get-src-block-info 'light))
|
||||
(ind (save-excursion
|
||||
(goto-char (org-element-property :begin context))
|
||||
(search-forward "{" (line-end-position) t)
|
||||
(current-column)))
|
||||
deactivate-mark)
|
||||
(unless (functionp lang-f) (error "No such language mode: %s" lang-f))
|
||||
(org-src--edit-element
|
||||
|
Loading…
Reference in New Issue
Block a user