From 3a9d333ecf0e2d8bc93370613dc699ac1a60eaff Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 20 Jan 2013 15:12:29 +0100 Subject: Remove debugging `prin1' statement Should not have been left in there. --- dispass.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispass.el b/dispass.el index f2554b6..28d44bd 100644 --- a/dispass.el +++ b/dispass.el @@ -131,7 +131,7 @@ an eye out for LABEL." (when (and seqno (> seqno 0)) (setq args (append `("-n" ,(number-to-string seqno)) args))) - (prin1 args) + (setq proc (apply 'start-process "dispass" "*dispass*" dispass-executable args)) (set-process-sentinel proc 'dispass-process-sentinel) -- cgit v1.2.3-54-g00ecf