mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-18 07:46:43 +02:00
fix definition of boxes-types-alist to catch up with changed output
layout of "boxes -l"
This commit is contained in:
parent
5d3bdfb9fa
commit
688a4d107d
@ -51,7 +51,7 @@
|
||||
(call-process "boxes" nil t nil "-l")
|
||||
(goto-char (point-min))
|
||||
(let ((retval nil))
|
||||
(while (re-search-forward "^\\([a-zA-Z][a-zA-Z0-9-]+\\) (.*):" nil t)
|
||||
(while (re-search-forward "^\\([a-zA-Z][a-zA-Z0-9-]+\\)" nil t)
|
||||
(add-to-list 'retval (cons (match-string 1)
|
||||
(match-string 1))))
|
||||
retval)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user