Handle not having an active window
This commit is contained in:
parent
7aa25f2a5b
commit
ecf3ec6533
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
(submatch "0x" (+ hex-digit))
|
||||
"\n"))
|
||||
(match (regexp-search re output)))
|
||||
(match:substring match 1)))
|
||||
(and match (match:substring match 1))))
|
||||
|
||||
(define (pull-element-to-front elt collection)
|
||||
(if (string= (car collection) elt)
|
||||
|
|
Loading…
Reference in a new issue