Fuel auto use: Don't merge the IN: and USING:
parent
d214b5f744
commit
79128ecd5c
|
@ -71,8 +71,9 @@
|
|||
(beginning-of-line)
|
||||
(open-line 2)
|
||||
(insert "USING: "))
|
||||
(insert (mapconcat 'identity uses " ") " ;")
|
||||
(fill-paragraph nil))
|
||||
(let ((start (point)))
|
||||
(insert (mapconcat 'identity uses " ") " ;")
|
||||
(fill-region start (point) nil)))
|
||||
|
||||
(defun fuel-debug--uses-filter (restarts)
|
||||
(let ((result) (i 1) (rn 0))
|
||||
|
|
Loading…
Reference in New Issue