From 3fdb0399be6929187318a0b4f2a4c0c7061f2f6e Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sat, 5 Sep 2009 09:17:32 +0000 Subject: Missing declaration --- lib/scomint.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/scomint.el') diff --git a/lib/scomint.el b/lib/scomint.el index fd85cbe6..f185ffb1 100644 --- a/lib/scomint.el +++ b/lib/scomint.el @@ -32,6 +32,10 @@ SComint buffers are truncated from the top to be no greater than this number, if non-nil.") +(defvar scomint-output-filter-functions nil + "Functions to call after output is inserted into the buffer.") + + (defvar scomint-mode-map (let ((map (make-sparse-keymap))) (define-key map "\C-m" 'scomint-send-input) @@ -48,6 +52,7 @@ This is called after the process is cranked up. It is useful for things that must be done each time a process is executed in a Comint mode buffer (e.g., `(process-kill-without-query)').") +(put 'scomint-output-filter-functions 'permanent-local t) (put 'scomint-mode 'mode-class 'special) -- cgit v1.2.3