Fuel auto use: Don't merge the IN: and USING:

db4
Nicholas Seckar 2008-12-23 16:42:24 -08:00
parent d214b5f744
commit 79128ecd5c
1 changed files with 3 additions and 2 deletions

View File

@ -71,8 +71,9 @@
(beginning-of-line)
(open-line 2)
(insert "USING: "))
(let ((start (point)))
(insert (mapconcat 'identity uses " ") " ;")
(fill-paragraph nil))
(fill-region start (point) nil)))
(defun fuel-debug--uses-filter (restarts)
(let ((result) (i 1) (rn 0))