Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Fix non-interactive user of insert-buffer. #14

Merged
merged 1 commit into from Jan 22, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion impatient-mode.el
Expand Up @@ -154,7 +154,7 @@
(add-to-list 'imp-related-files full-file-name)
(if live-buffer
(with-temp-buffer
(insert-buffer (first live-buffer))
(insert-buffer-substring (first live-buffer))
(if (imp--should-not-cache-p path)
(httpd-send-header proc "text/plain" 200
:Cache-Control "no-cache")
Expand Down