diff options
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index fb97ec7a5a4..e494e706195 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -1356,7 +1356,7 @@ This is a good place to put keybindings.") ;;; 9/5/90 shivers ;;; - Changed make-variable-buffer-local's to make-local-variable's. ;;; This leaves non-comint-mode buffers alone. Stephane Payrard -;;; reported the sloppy useage. +;;; reported the sloppy usage. ;;; - You can now go from comint-previous-similar-input to ;;; comint-previous-input with no problem. ;;; |