Mercurial > emacs
diff lisp/comint.el @ 26627:173f907a5812
Fix last change.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 26 Nov 1999 21:24:39 +0000 |
parents | 615e184ede1b |
children | 47e94e83148f |
line wrap: on
line diff
--- a/lisp/comint.el Fri Nov 26 19:47:26 1999 +0000 +++ b/lisp/comint.el Fri Nov 26 21:24:39 1999 +0000 @@ -1348,10 +1348,9 @@ The functions on the list are called sequentially, and each one is given the string returned by the previous one. The string returned by the last function is the text that is actually inserted in the -redirection buffer.") +redirection buffer. - -This variable is buffer-local.") +This variable is permanent-local.") ;; The purpose of using this filter for comint processes ;; is to keep comint-last-input-end from moving forward