Skip to content

Commit

Permalink
Fix byte-compile warnings on latest emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed May 17, 2023
1 parent cdac22a commit 44f0e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown-mode.el
Expand Up @@ -5734,7 +5734,7 @@ See also `markdown-mode-map'.")
(defun markdown-imenu-create-nested-index ()
"Create and return a nested imenu index alist for the current buffer.
See `imenu-create-index-function' and `imenu--index-alist' for details."
(let* ((root '(nil . nil))
(let* ((root (list nil))
(min-level 9999)
hashes headers)
(save-excursion
Expand Down

0 comments on commit 44f0e89

Please sign in to comment.