Keep byte compiler happy
This commit is contained in:
parent
e101ec0c8e
commit
575e502a53
|
@ -6696,6 +6696,7 @@ This is important for non-interactive uses of the command."
|
||||||
(run-hooks 'org-insert-heading-hook))
|
(run-hooks 'org-insert-heading-hook))
|
||||||
(when (or force-heading (not (org-insert-item)))
|
(when (or force-heading (not (org-insert-item)))
|
||||||
(let* ((empty-line-p nil)
|
(let* ((empty-line-p nil)
|
||||||
|
(level nil)
|
||||||
(head (save-excursion
|
(head (save-excursion
|
||||||
(condition-case nil
|
(condition-case nil
|
||||||
(progn
|
(progn
|
||||||
|
|
Loading…
Reference in New Issue