[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/markdown-mode 44f0e89534 2/3: Fix byte-compile warnings on
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/markdown-mode 44f0e89534 2/3: Fix byte-compile warnings on latest emacs |
|
Date: |
Wed, 17 May 2023 03:02:02 -0400 (EDT) |
branch: elpa/markdown-mode
commit 44f0e89534e6e5b3e752759d513f4a6f9757b9ee
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Shohei YOSHIDA <syohex@gmail.com>
Fix byte-compile warnings on latest emacs
---
markdown-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/markdown-mode.el b/markdown-mode.el
index 3021ca9975..00918a23d4 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -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