aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/scomint.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-07 18:30:42 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-07 18:30:42 +0000
commitf85e2881df8ebbdd012b16f2173510beedfe5ccb (patch)
tree254b7c45e1298a6a0fcaca04979efecc0462e7d3 /lib/scomint.el
parente8e40974293633f139ce80e78ccbca76484f982c (diff)
scomint-check-proc: make defsubst
Diffstat (limited to 'lib/scomint.el')
-rw-r--r--lib/scomint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scomint.el b/lib/scomint.el
index 27f88f3c..850c0c65 100644
--- a/lib/scomint.el
+++ b/lib/scomint.el
@@ -75,7 +75,7 @@ Entry to this mode runs the hooks on `scomint-mode-hook'."
(add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
(set (make-local-variable 'next-line-add-newlines) nil))
-(defun scomint-check-proc (buffer)
+(defsubst scomint-check-proc (buffer)
"Return non-nil if there is a living process associated w/buffer BUFFER.
Living means the status is `open', `run', or `stop'.
BUFFER can be either a buffer or the name of one."