Handle auto-user in fuel-connection.el. Fix suggested by Eungju Park.
parent
1eed9203bb
commit
2551dd0e4e
|
@ -128,7 +128,7 @@
|
||||||
(fuel-con--setup-comint)
|
(fuel-con--setup-comint)
|
||||||
(fuel-con--establish-connection conn buffer)))
|
(fuel-con--establish-connection conn buffer)))
|
||||||
|
|
||||||
(defconst fuel-con--prompt-regex "IN: [^ ]+ ")
|
(defconst fuel-con--prompt-regex "IN: [^ ]+\\( auto-use\\)? ")
|
||||||
(defconst fuel-con--eot-marker "<~FUEL~>")
|
(defconst fuel-con--eot-marker "<~FUEL~>")
|
||||||
(defconst fuel-con--init-stanza "USE: fuel fuel-retort")
|
(defconst fuel-con--init-stanza "USE: fuel fuel-retort")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue