Skip to content

Commit

Permalink
Make comint-modification buffer-local.
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink committed Oct 2, 2016
1 parent c7a6c33 commit a87cd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts-comint.el
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ is run).
;; We like nice colors
(ansi-color-for-comint-mode-on)
;; Deal with some prompt nonsense
(make-local-variable 'comint-preoutput-filter-functions)
(add-to-list
'comint-preoutput-filter-functions
(lambda (output)
Expand Down

0 comments on commit a87cd91

Please sign in to comment.