Skip to content

Commit f353c8f

Browse files
author
Danny McClanahan
committed
remove lexical-let
1 parent fa94196 commit f353c8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

markdown-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6061,8 +6061,7 @@ the rendered output."
60616061
markdown-live-preview-view-buffer))
60626062

60636063
(defun markdown-live-preview-update (buf)
6064-
(lexical-let ((buf buf))
6065-
(lambda () (with-current-buffer buf (markdown-live-preview-async-export)))))
6064+
(lambda () (with-current-buffer buf (markdown-live-preview-async-export))))
60666065

60676066
(defun markdown-live-preview-setup ()
60686067
(setq markdown-live-preview-current-buffer-sync-async

0 commit comments

Comments
 (0)