From 93ac581d1c1e7e3380ea96d30501704a8b3cd57c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 27 Mar 2010 21:10:09 +0100 Subject: PLT: Preserving pretty-printing in evaluation outputs. --- elisp/geiser-plt.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'elisp') diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index 53177d3..4fd4de3 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -158,12 +158,12 @@ This function uses `geiser-plt-init-file' if it exists." (when msg (let ((p (point))) (insert msg) - (let ((end (point))) + (when key + (let ((end (point))) (goto-char p) (mapc 'geiser-plt--find-files geiser-plt--file-rxs) (goto-char end) - (fill-region p end) - (newline)))) + (newline))))) t) -- cgit v1.2.3