Don't try to kill the buffer
Let the sentinel handle that, not the filter.
This commit is contained in:
parent
32040e08a0
commit
c93e291edb
1 changed files with 1 additions and 4 deletions
|
@ -185,10 +185,7 @@ an eye out for LABEL."
|
|||
(with-current-buffer buffer
|
||||
(insert (match-string 1 string))
|
||||
(clipboard-kill-ring-save (point-min) (point-max))
|
||||
(message "Password copied to clipboard.")
|
||||
|
||||
(unless (eq (process-status proc) 'run)
|
||||
(kill-buffer buffer))))))))
|
||||
(message "Password copied to clipboard.")))))))
|
||||
|
||||
(defun dispass-start-process (label create length)
|
||||
"Start dispass process. When CREATE is non-nil send along the
|
||||
|
|
Loading…
Reference in a new issue