From 21ed97706fa5f1b3e1422ad3af29ec9f2fa4b4d8 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell <campbell@mumble.net> Date: Sat, 24 Nov 2018 03:53:29 +0000 Subject: [PATCH] Default os/interprogram-paste needs to return #f or string. (cherry picked from commit b682db1256a2741e0610f0a77bb62c0ab584cd84) --- src/edwin/kilcom.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edwin/kilcom.scm b/src/edwin/kilcom.scm index 742cb7e05..30f547562 100644 --- a/src/edwin/kilcom.scm +++ b/src/edwin/kilcom.scm @@ -203,7 +203,7 @@ The command \\[yank] can retrieve it from there. ;; This dummy is re-assigned by the last display type loaded(!). It ;; needs to be a display type operation. (declare (ignore point)) - unspecific) + #f) (define (kill-ring-save string forward? context) (command-message-receive append-next-kill-tag -- 2.25.1