Remove debugging `prin1' statement
Should not have been left in there.
This commit is contained in:
parent
eaad8736a1
commit
3a9d333ecf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue