branch: externals/smalltalk-mode
commit c39c42b5b794ae38d1a0aaec00aa61629913e2f2
Author: Paolo Bonzini <[email protected]>
Commit: Paolo Bonzini <[email protected]>
set comint-use-prompt-regexp, patch from Nick Gasson
Patches applied:
* [email protected]/smalltalk--stable--2.3--patch-87
set comint-use-prompt-regexp, patch from Nick Gasson
git-archimport-id: [email protected]/smalltalk--devo--2.2--patch-449
---
gst-mode.el.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/gst-mode.el.in b/gst-mode.el.in
index 6c9faf3..0192b7d 100644
--- a/gst-mode.el.in
+++ b/gst-mode.el.in
@@ -201,6 +201,7 @@ gst-mode-hook is called after comint-mode-hook."
"%n" mode-line-process ")%]----" (-3 . "%p") "-%-"))
(setq comint-prompt-regexp smalltalk-prompt-pattern)
+ (setq comint-use-prompt-regexp t)
(use-local-map gst-mode-map)
(make-local-variable 'mode-status)
(make-local-variable 'smalltalk-command-string)