Skip to content

Commit 89eebcc

Browse files
committed
le-hy.el: Fix byte-compiler warning
1 parent 5c32426 commit 89eebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

le-hy.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
;; restore prompt and insert last command
7171
(goto-char (point-max))
7272
(comint-send-string (get-buffer-process (current-buffer)) "\n")
73-
(insert-string last-cmd)
73+
(insert last-cmd)
7474
;; return the shell output
7575
str))))
7676

0 commit comments

Comments
 (0)