misc/fuel: try and fix autodoc bug report.

db4
John Benediktsson 2013-03-08 14:34:43 -08:00
parent 262a46a3f4
commit 2d68c470ea
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
(fuel-con--setup-comint)
(fuel-con--establish-connection conn buffer)))
(defconst fuel-con--prompt-regex "IN: [^ ]+\\( auto-use\\)? ")
(defconst fuel-con--prompt-regex "^IN: [^ ]+\\( auto-use\\)? ")
(defconst fuel-con--eot-marker "<~FUEL~>")
(defconst fuel-con--init-stanza "USE: fuel fuel-retort")